What´s the recommend resolution to do a pixel game to iPhone 4/4S
Rubiyooo
Member Posts: 163
Hi everybody.
I am starting with sprites with pixels for iPhone.
But the new iPhone has 960x640 px!!
It´s very big for a small screen!!
I would like a image to explain the different if i make a game to 480x320.
Because when i start a new project appear a option " Resolution Independent"
Any idea?
Thanks
I am starting with sprites with pixels for iPhone.
But the new iPhone has 960x640 px!!
It´s very big for a small screen!!
I would like a image to explain the different if i make a game to 480x320.
Because when i start a new project appear a option " Resolution Independent"
Any idea?
Thanks
Comments
When designing your game, make your graphics twice the size you want them to be displayed at. When you add these images to a scene in GameSalad with R.I. checked, it takes those images, and cuts the size in half to use on older devices, and uses the bigger image for Retina displays.
*Again - All you need to do to take advantage of this, is to make your images twice the size you want them to be displayed at onscreen, and check the R.I. box. GameSalad handles the rest.