v0.3.0b: final commit

This commit is contained in:
Evan Debenham 2015-05-29 01:43:51 -04:00
parent 770b14dccc
commit 512c51dee1
2 changed files with 7 additions and 6 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="41" android:versionCode="43"
android:versionName="0.3.0a" android:versionName="0.3.0b"
android:installLocation="auto"> android:installLocation="auto">
<uses-permission android:name="android.permission.VIBRATE"/> <uses-permission android:name="android.permission.VIBRATE"/>

View File

@ -30,11 +30,12 @@ public class WelcomeScene extends PixelScene {
"Happy Dungeoneering!"; "Happy Dungeoneering!";
private static final String TXT_Update = private static final String TXT_Update =
"v0.3.0a:\n" + "v0.3.0b & v0.3.0a:\n" +
"- Fixed many bugs\n" +
"- Buffed mage and huntress base damages to compensate for increased rat numbers on floor 1.\n" + "- Buffed mage and huntress base damages to compensate for increased rat numbers on floor 1.\n" +
"- fixed a couple crash bugs\n" + "\n" +
"- fixed a bug with artifact generation\n" + "I am still looking for bug reports and feedback on the latest update, make sure to let me know if you have any thoughts!\n" +
"- fixed mages staff sometimes not charging\n" + "\n" +
"\n" + "\n" +
"v0.3.0:\n" + "v0.3.0:\n" +
"Mage reworked!:\n" + "Mage reworked!:\n" +