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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user