v0.2.4a: Final Commit
This commit is contained in:
parent
1f16b16637
commit
0ff83ae127
|
@ -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="33"
|
android:versionCode="34"
|
||||||
android:versionName="0.2.4"
|
android:versionName="0.2.4a"
|
||||||
android:installLocation="auto">
|
android:installLocation="auto">
|
||||||
|
|
||||||
<uses-permission android:name="android.permission.VIBRATE"/>
|
<uses-permission android:name="android.permission.VIBRATE"/>
|
||||||
|
|
|
@ -30,6 +30,16 @@ 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" +
|
||||||
|
"-Fixed bugs with floor 26.\n" +
|
||||||
|
"-Fixed bombs destroying keys.\n" +
|
||||||
|
"-Fixed bombs destroying items as they drop.\n" +
|
||||||
|
"-Fixed dew vial rarely spawning twice.\n" +
|
||||||
|
"-Fixed a bug with transmuting wands.\n" +
|
||||||
|
"-Lloyd's beacon does not need to be re-set.\n" +
|
||||||
|
"-Fixed a bug with renaming the sandals of nature.\n" +
|
||||||
|
"\n" +
|
||||||
|
"V0.2.4:\n" +
|
||||||
"v1.7.5 Source Implemented, with exceptions:\n" +
|
"v1.7.5 Source Implemented, with exceptions:\n" +
|
||||||
"\n" +
|
"\n" +
|
||||||
"- Degredation not implemented.\n" +
|
"- Degredation not implemented.\n" +
|
||||||
|
@ -57,7 +67,7 @@ public class WelcomeScene extends PixelScene {
|
||||||
"\n" +
|
"\n" +
|
||||||
"-Many, many bugfixes.\n" +
|
"-Many, many bugfixes.\n" +
|
||||||
"-Some UI improvements.\n" +
|
"-Some UI improvements.\n" +
|
||||||
"- ingame audio quality improved.\n" +
|
"-Ingame audio quality improved.\n" +
|
||||||
"-Unstable spellbook buffed.\n" +
|
"-Unstable spellbook buffed.\n" +
|
||||||
"-Psionic blasts deal less self-damage.\n" +
|
"-Psionic blasts deal less self-damage.\n" +
|
||||||
"-Potions of liquid flame affect a 3x3 grid.";
|
"-Potions of liquid flame affect a 3x3 grid.";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user