Hello,
I am using zoomStretch in my config.lua and cannot simulatniously use the @2x suffixes.
[lua]content =
{
width = 320,
height = 480,
scale = “zoomStretch”
imageSuffix =
{
["@2x"] = 2,
},
},
}[/lua]
When the imageSuffix table is in there, the app will not zoomStretch i.e. it takes up about 1/4 of the ipad screen. I found that if i move the scale parameter to after the imageSuffix table it scales correctly but the high res images are not used.
Any ideas?
Thanks! [import]uid: 59735 topic_id: 28703 reply_id: 328703[/import]