V0.1.1a: final commit, HOTFIX
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.shatteredpixel.shatteredpixeldungeon"
|
||||
android:versionCode="2"
|
||||
android:versionName="0.1.1"
|
||||
android:versionCode="3"
|
||||
android:versionName="0.1.1a"
|
||||
android:installLocation="auto">
|
||||
|
||||
<uses-permission android:name="android.permission.VIBRATE"/>
|
||||
|
||||
@@ -108,7 +108,7 @@ public class TitleScene extends PixelScene {
|
||||
source.y = h - source.height();
|
||||
add( source );
|
||||
|
||||
BitmapText version = new BitmapText( "v " + Game.version + " ", font1x );
|
||||
BitmapText version = new BitmapText( "v " + Game.version + "", font1x );
|
||||
version.measure();
|
||||
version.hardlight( 0xCCCCCC );
|
||||
version.x = w - version.width();
|
||||
|
||||
Reference in New Issue
Block a user