I have 3 “Default” images as follows:
Default.png (384 x 512)
Default@2.png (640 x 960)
Default-Portrait (768 x 1024)
I have just realised that on the iPhone 4 it is displaying the the 384 x 512 image.
I was under the impression that the following settings in my config file would force it to display the correct Default image.
application =
{
content =
{
width = 320,
height = 480,
scale = "letterbox",
imageSuffix =
{
["@2"] = 2,
},
},
}
Any ideas why it is not displaying the correct image?
Interestingly if I change the scale settings to “zoomEvent”, it displays the correct image. However this then messes up all my iPad size images when testing in the iPad simulator [import]uid: 7863 topic_id: 7051 reply_id: 307051[/import]