Merging Source v1.7.2: final commit, assuming there are no bugs. Now to work on v0.2.2

This commit is contained in:
Evan Debenham 2014-10-21 00:51:09 -04:00
parent f352efded2
commit cc0a3ad412

View File

@ -114,7 +114,7 @@ public class TitleScene extends PixelScene {
btnHighscores.setPos( w / 2, btnPlay.top() ); btnHighscores.setPos( w / 2, btnPlay.top() );
add( btnHighscores ); 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.measure();
source.hardlight( 0x444444 ); source.hardlight( 0x444444 );
source.x = w - source.width(); source.x = w - source.width();