(I’m talking new iPad only here.)
Config.lua:
[code]application = {
content = {
width = 768,
height = 1024,
scale = “letterbox”,
imageSuffix = {
["@2x"] = 2,
},
}
[/code]
Two files:
background.png (1024x768)
background@2x.png (2048x1536)
I’ve added squiggly lines to background@2x.png so I’ll know for certain when I’m looking at that version.
Windows and Mac Corona simulator set for iPad Retina. Neither simulator ever shows the @2x version of the picture… just the smaller one.
Compiled and put on new iPad… same results. It never shows the @2x version.
What am I missing?
Thanks…
[import]uid: 5540 topic_id: 25316 reply_id: 325316[/import]