My game is in landscape mode (sideways). when the user turns the ipad upside down the game turns upside down and I would like it to balance itself and turn right side up. Is this possible? [import]uid: 75779 topic_id: 30654 reply_id: 330654[/import]
In your build.settings file change your orientation to:
[lua] orientation = {
default = “landscapeRight”,
supported = { “landscapeRight”, “landscapeLeft” }
},[/lua] [import]uid: 147305 topic_id: 30654 reply_id: 122838[/import]
In your build.settings file change your orientation to:
[lua] orientation = {
default = “landscapeRight”,
supported = { “landscapeRight”, “landscapeLeft” }
},[/lua] [import]uid: 147305 topic_id: 30654 reply_id: 122838[/import]