v0.2.4b: final commit

This commit is contained in:
Evan Debenham 2015-02-28 05:22:15 -05:00
parent 5950244f9f
commit aa303d798b
2 changed files with 9 additions and 5 deletions

View File

@ -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"/>

View File

@ -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" +