[Resolved] used wrong config. settings

when I made my game i didn’t set my config.lua settings to:
width = 320,
height = 480,

I accidentally commented them out so in reality they were:
width = 640,
height = 960,

So now the game is finished and when I checked it works on iPhone4, but does not
fit on the original iPhone. Is there a way I can rectify this so it fits on the iPhone?

Also would i still be able to launch it for the iPhone 4?

thanks [import]uid: 75779 topic_id: 27109 reply_id: 327109[/import]

i don’t know. i think you would just have to restart your game creation and reposition everything, but I’m not sure. [import]uid: 147322 topic_id: 27109 reply_id: 110053[/import]

Just set the config to 960x640 then it should scale to the iPhone correctly, [import]uid: 19626 topic_id: 27109 reply_id: 110058[/import]

@ robmiracle

thank you that works perfectly! [import]uid: 75779 topic_id: 27109 reply_id: 110067[/import]