Merging Source v1.7.2: final commit, assuming there are no bugs. Now to work on v0.2.2
This commit is contained in:
parent
f352efded2
commit
cc0a3ad412
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue
Block a user