v0.3.3: added the ability to flip the screen in landscape/portrait

This commit is contained in:
Evan Debenham
2015-12-18 02:23:16 -05:00
parent 078de8d91d
commit aff724c8d5
2 changed files with 10 additions and 4 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
android:label="@string/app_name"
android:name=".ShatteredPixelDungeon"
android:configChanges="keyboardHidden|orientation|screenSize"
android:screenOrientation="portrait">
android:screenOrientation="sensorPortrait">
<intent-filter >
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />