Hi there, so far i’ve built my game into a “portrait” orientation and I really want the game to be only playable in “landscape” orientation. I have done my research a little bit and it seems the way to do that is to change the build.settings?
settings =
{
orientation =
{
default = "landscapeRight",
supported =
{
"landscapeLeft", "landscapeRight", "portrait", "portraitUpsideDown",
},
},
}
i have replace the code in build.settings with this one…but when i use corona simulator nothing changed… The game would still start with portrait orientation and when I rotate it 90 degree the game wouldn’t convert automatically to landscape orientation.
how do i convert my game to landscape orientation? I have to do it manually? (placing objects in corona simulator when i already rotate it 90 degree?). considering that i have built the game in portrait orientation, i have to replace all the objects one by one? [import]uid: 114765 topic_id: 21610 reply_id: 321610[/import]
