Hi!
I started making Android app games.
And I applied landscape mode only.
But I want to apply landscape right and left.
I mean when it displays landscape mode, it can also display 180 rotated(also landscape).
I searched that, but i think defold doesn’t have a setting about it.
How can i do it?
1 Like
You will need to make a copy of the manifest files for Android and iOS and set them to only allow landscape orientations (you can also set the default landscape orientation there too). You can find the builtin versions in the builtin folder. Copy and paste these into your project, and then set them as the active manfiests in the game.project file. If you search how to do this for Android and iOS you should get results but if you get stuck ask.
4 Likes
I understand. Thank you so much!
1 Like