From cc0a3ad41292bbf755c5bcf6dd4f82acdfcdfbda Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Tue, 21 Oct 2014 00:51:09 -0400 Subject: [PATCH] Merging Source v1.7.2: final commit, assuming there are no bugs. Now to work on v0.2.2 --- .../shatteredpixel/shatteredpixeldungeon/scenes/TitleScene.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/scenes/TitleScene.java b/src/com/shatteredpixel/shatteredpixeldungeon/scenes/TitleScene.java index e245c41f6..980cb9bbd 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/scenes/TitleScene.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/scenes/TitleScene.java @@ -114,7 +114,7 @@ public class TitleScene extends PixelScene { btnHighscores.setPos( w / 2, btnPlay.top() ); add( btnHighscores ); - BitmapText source = new BitmapText( "PD source v 1.7.1c", font1x ); + BitmapText source = new BitmapText( "PD source v 1.7.2a", font1x ); source.measure(); source.hardlight( 0x444444 ); source.x = w - source.width();