Hi you all, I’m using the “ultimate config.lua file” in my application, which is meant to be used to take advantage of the 4-inch screen of the iPhone 5.
In the root folder of my app, I’ve inserted the Default-568h@2x.png and in fact it works fine in the “tall mode”.
Now, my game contains an image for the main menu that is meant to be used in fullscreen mode (as it is 640x960 pixel) and I want it to take advantage of the iPhone 5 screen, but I don’t know how to do that… I’ve already tried to put a third image (using display.newImageRect) called menuBg-568h@2x.png but it won’t work, it still looks like as it would on an previous iPhone.
How can I fix that?
Thanks