Help with screen res iPhone 5 and 4
Jaysta
Member Posts: 18
Hi, I am making my game for the iPhone 5 and when I use overscan it zooms in too far and chops off the edge of the game.
Now If I fix this it will obviously then look funny on the 5.
How can this be fixed?
Thanks.
Now If I fix this it will obviously then look funny on the 5.
How can this be fixed?
Thanks.
Comments
Here's watch this:
http://www.youtube.com/watch?feature=player_embedded&v=2pq7iy6QYXw#!
I watched the video,i try many solutions, for example change the game.screen.size.width to 480 instead 568 and the scene camera size height to 320 but nothing
How can i resolve this problem?
Thanks guys
Simply have a rule in your actors that are on the side that cuts off:
~Rule~
if device.screen.size.width/height = 568 -> Change attribute self.position.x/y to their normal location.
and another rule:
~Rule~
if device.screen.size.width/height = 480 -> Change attribute self.position.x/y and move them in a bit so that they don't get cut off.
- Thomas