Hello Everyone,
I am currently making a game testing it on an iPhone 5.
What do I need to do in the config.lua file that will enable the app to use the 1136x640 iPhone 5 screen size instead of the 480x320 iPhone 3 screen size?
Thanks in advance!
Hello Everyone,
I am currently making a game testing it on an iPhone 5.
What do I need to do in the config.lua file that will enable the app to use the 1136x640 iPhone 5 screen size instead of the 480x320 iPhone 3 screen size?
Thanks in advance!
This link should help you out. Not only for iPhone 5, but could cover other devices as well.
http://coronalabs.com/blog/2013/09/10/modernizing-the-config-lua/
In addition to that, you have to also make sure to include a file:
Default-568h@2x.png
This file must be 640px wide and 1136px high and will be the Launcher image for your app on the iPhone 5 family.
This link should help you out. Not only for iPhone 5, but could cover other devices as well.
http://coronalabs.com/blog/2013/09/10/modernizing-the-config-lua/
In addition to that, you have to also make sure to include a file:
Default-568h@2x.png
This file must be 640px wide and 1136px high and will be the Launcher image for your app on the iPhone 5 family.