Hi,
I am creating my first iOS game and am only supporting iPhone 4/4s/5. I am only implementing retina graphics. Can i do the following?
application =
{
content =
{
width = 640,
height = 960,
scale = “letterbox”,
fps = 30,
antialias = “true”
}
}
I am worried that if I dont following @2x standards and set the width and height to 320px x 480 respectively, I will encounter problems when I do a final build to submit to apple. Everything seems to work perfectly on both iPhone 4 and 5. Is this something I should worry about or not?
Best
Scott Shapiro