v0.6.5: bugfixes and misc changes:
- fixed timekeeper's hourglass not usable at 1 charge - expanded bag space to 20 each from 12 - fixed sungrass not interrupting rest when full hp is reached - adjusted manifest values to reduce rare crashes
This commit is contained in:
committed by
Evan Debenham
parent
28b4357044
commit
7d3622b3a9
@@ -26,10 +26,10 @@
|
||||
android:theme="@android:style/Theme.Black.NoTitleBar"
|
||||
android:allowBackup="true"
|
||||
android:fullBackupOnly="true"
|
||||
android:backupAgent=".BackupHandler">
|
||||
android:backupAgent="com.shatteredpixel.shatteredpixeldungeon.BackupHandler">
|
||||
<activity
|
||||
android:label="@string/app_name"
|
||||
android:name=".ShatteredPixelDungeon"
|
||||
android:name="com.shatteredpixel.shatteredpixeldungeon.ShatteredPixelDungeon"
|
||||
android:alwaysRetainTaskState="true"
|
||||
android:launchMode="singleInstance"
|
||||
android:configChanges="keyboardHidden|orientation|screenSize|smallestScreenSize|screenLayout"
|
||||
|
||||
Reference in New Issue
Block a user