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:
Evan Debenham
2018-04-25 15:05:35 -04:00
committed by Evan Debenham
parent 28b4357044
commit 7d3622b3a9
7 changed files with 14 additions and 8 deletions
+2 -2
View File
@@ -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"