v0.6.5a: manifest commit
This commit is contained in:
parent
eb0dd4b47c
commit
dbdc60e435
|
@ -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="260"
|
android:versionCode="261"
|
||||||
android:versionName="0.6.5"
|
android:versionName="0.6.5a"
|
||||||
android:installLocation="auto">
|
android:installLocation="auto">
|
||||||
|
|
||||||
<uses-sdk
|
<uses-sdk
|
||||||
|
|
|
@ -137,7 +137,19 @@ public class ChangesScene extends PixelScene {
|
||||||
// v0.6.5
|
// v0.6.5
|
||||||
//**********************
|
//**********************
|
||||||
|
|
||||||
ChangeInfo changes = new ChangeInfo("v0.6.5", true, "");
|
ChangeInfo changes = new ChangeInfo("v0.6.5a", true, "");
|
||||||
|
changes.hardlight( Window.TITLE_COLOR );
|
||||||
|
infos.add(changes);
|
||||||
|
|
||||||
|
changes.addButton( new ChangeButton(new Image(Assets.SPINNER, 144, 0, 16, 16), Messages.get(this, "bugfixes"),
|
||||||
|
"Fixed(Caused by 0.6.5):\n" +
|
||||||
|
"_-_ Korean language crashes\n" +
|
||||||
|
"_-_ Viscocity deferring damage before it is blocked by armor"));
|
||||||
|
|
||||||
|
changes.addButton( new ChangeButton(Icons.get(Icons.LANGS), Messages.get(this, "language"),
|
||||||
|
"Updated Translations"));
|
||||||
|
|
||||||
|
changes = new ChangeInfo("v0.6.5", true, "");
|
||||||
changes.hardlight( Window.TITLE_COLOR );
|
changes.hardlight( Window.TITLE_COLOR );
|
||||||
infos.add(changes);
|
infos.add(changes);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user