Sorry if I missed the boat on this one; I thought I was fairly well informed…
Setting the width and height values in the config.lua file, eg:
[lua]application =
{
content =
{
width = 320,
height = 480,
scale = “letterbox”,
imageSuffix =
{
["-x2"] = 2,
},
},
}[/lua]
is great when you want to forget about the issues of device independence and have the lovely folks at Ansca deal with it…
…however, what if you want to have that benefit, but still be able to detect the real screen size so that you can account for different display dimensions by (eg) moving elements further out or in?
In my case, I’d really like to be able to move my main menu buttons down a little when displayed on a device with a slightly longer screen.
Please forgive me if I’m being dumb.
matt [import]uid: 8271 topic_id: 8873 reply_id: 308873[/import]