v0.3.2a: manifest commit
This commit is contained in:
parent
acc249ec32
commit
e662fa4cb1
|
@ -1,8 +1,8 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="com.shatteredpixel.shatteredpixeldungeon"
|
package="com.shatteredpixel.shatteredpixeldungeon"
|
||||||
android:versionCode="65"
|
android:versionCode="66"
|
||||||
android:versionName="0.3.2"
|
android:versionName="0.3.2a"
|
||||||
android:installLocation="auto">
|
android:installLocation="auto">
|
||||||
|
|
||||||
<uses-permission android:name="android.permission.VIBRATE"/>
|
<uses-permission android:name="android.permission.VIBRATE"/>
|
||||||
|
|
|
@ -50,6 +50,13 @@ public class WelcomeScene extends PixelScene {
|
||||||
"Happy Dungeoneering!";
|
"Happy Dungeoneering!";
|
||||||
|
|
||||||
private static final String TXT_Update =
|
private static final String TXT_Update =
|
||||||
|
"v0.3.2a:\n" +
|
||||||
|
"- Fixed various bugs\n" +
|
||||||
|
"- Thieves now flee at 5/6 speed\n" +
|
||||||
|
"- Reduced blind/cripple from bandits\n" +
|
||||||
|
"- Tengu moves less on his second phase\n" +
|
||||||
|
"\n" +
|
||||||
|
"v0.3.2:\n" +
|
||||||
"Prison Rework!:\n" +
|
"Prison Rework!:\n" +
|
||||||
"- Tengu boss fight completely redone\n" +
|
"- Tengu boss fight completely redone\n" +
|
||||||
"- Corpse dust quest overhauled\n" +
|
"- Corpse dust quest overhauled\n" +
|
||||||
|
|
Loading…
Reference in New Issue
Block a user