v0.9.4: Restructured the options menu slightly:

- fullscreen moved to display settings
- orientation toggle removed, game now uses system orientation
This commit is contained in:
Evan Debenham
2021-06-25 17:30:11 -04:00
parent 5f1f3be474
commit 110a8017f7
5 changed files with 35 additions and 71 deletions

View File

@@ -39,7 +39,7 @@
<activity
android:label="${appName}"
android:name=".AndroidGame"
android:screenOrientation="nosensor"
android:screenOrientation="user"
android:configChanges="keyboard|keyboardHidden|orientation|screenSize|screenLayout|smallestScreenSize">
</activity>