V0.1.1a: final commit, HOTFIX

This commit is contained in:
Evan Debenham
2014-08-16 16:17:47 -04:00
parent 3ce1347e52
commit f86b05e4b6
2 changed files with 3 additions and 3 deletions
@@ -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();