Seem to be going round in circles with this.
I have created default images of:
320 x 480
640 x 960
1024 x 768
In both portrait and landscape orientations but none are filling the screen on an ipad.
My config.lua file is as follows:
[lua]application =
{
content =
{
width = 320,
height = 480,
scale = “letterBox”,
xAlign = “left”,
yAlign = “top”,
fps = 60,
imageSuffix =
{
["@2x"] = 2,
},
},
} [/lua]
Any ideas? [import]uid: 103970 topic_id: 21056 reply_id: 321056[/import]
