v0.3.3a: manifest commit
This commit is contained in:
parent
ea19c8294f
commit
3876498389
|
@ -1,8 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.shatteredpixel.shatteredpixeldungeon"
|
||||
android:versionCode="72"
|
||||
android:versionName="0.3.3"
|
||||
android:versionCode="73"
|
||||
android:versionName="0.3.3a"
|
||||
android:installLocation="auto">
|
||||
|
||||
<uses-permission android:name="android.permission.VIBRATE"/>
|
||||
|
|
|
@ -63,6 +63,13 @@ public class WelcomeScene extends PixelScene {
|
|||
"Happy Dungeoneering!";
|
||||
|
||||
private static final String TXT_Update =
|
||||
"v0.3.3a:\n" +
|
||||
"- Added a small holiday treat ;)\n" +
|
||||
"- Thieves now disappear when they get away\n" +
|
||||
"- Fixed chests not opening with enemies nearby\n" +
|
||||
"- Fixed numerous bugs and crashes\n" +
|
||||
"\n" +
|
||||
"v0.3.3:\n" +
|
||||
"Gameplay Changes:\n" +
|
||||
"- Tengu's maze is now different each time\n" +
|
||||
"- Items no longer auto-pickup when enemies are near\n" +
|
||||
|
|
Loading…
Reference in New Issue
Block a user