So when I made my game I was constantly testing it on the iphone4 in the simulator. After I finished I use ''letterbox" in my config.lua, and the game looks pretty good in all devices except for the iphone3 where only about 25% of the scene is on the screen. i tried using ‘zoomStretch’ and ‘zoomEven’. nothing worked to shrink it. Is there any way to rectify this? [import]uid: 75779 topic_id: 27089 reply_id: 327089[/import]
Hi, can you please post the code in your config.lua file? It’s possible that the issue is there. I assume you defined a scaling parameter for the iPhone 3?
Brent Sorrentino [import]uid: 9747 topic_id: 27089 reply_id: 110075[/import]
thank you figured it out. this was a silly one:
instead of ‘application’ at the top
i had ‘aaplication’ at the top
and was looking everywhere but there thanks! [import]uid: 75779 topic_id: 27089 reply_id: 110113[/import]