v0.2.4b: final commit
This commit is contained in:
parent
5950244f9f
commit
aa303d798b
|
@ -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="34"
|
android:versionCode="35"
|
||||||
android:versionName="0.2.4a"
|
android:versionName="0.2.4b"
|
||||||
android:installLocation="auto">
|
android:installLocation="auto">
|
||||||
|
|
||||||
<uses-permission android:name="android.permission.VIBRATE"/>
|
<uses-permission android:name="android.permission.VIBRATE"/>
|
||||||
|
|
|
@ -30,10 +30,14 @@ public class WelcomeScene extends PixelScene {
|
||||||
"Happy Dungeoneering!";
|
"Happy Dungeoneering!";
|
||||||
|
|
||||||
private static final String TXT_Update =
|
private static final String TXT_Update =
|
||||||
"v0.2.4a:\n" +
|
"V0.2.4b:\n" +
|
||||||
|
"-Fixed some crash issues.\n" +
|
||||||
|
"-Fixed a bug with the unstable spellbook.\n" +
|
||||||
|
"-Fixed some hiccups with touch input.\n" +
|
||||||
|
"\n" +
|
||||||
|
"v0.2.4a:\n" +
|
||||||
"-Fixed bugs with floor 26.\n" +
|
"-Fixed bugs with floor 26.\n" +
|
||||||
"-Fixed bombs destroying keys.\n" +
|
"-Fixed bombs destroying items they shouldn't.\n" +
|
||||||
"-Fixed bombs destroying items as they drop.\n" +
|
|
||||||
"-Fixed dew vial rarely spawning twice.\n" +
|
"-Fixed dew vial rarely spawning twice.\n" +
|
||||||
"-Fixed a bug with transmuting wands.\n" +
|
"-Fixed a bug with transmuting wands.\n" +
|
||||||
"-Lloyd's beacon does not need to be re-set.\n" +
|
"-Lloyd's beacon does not need to be re-set.\n" +
|
||||||
|
|
Loading…
Reference in New Issue
Block a user