v0.3.1: overhauled font system, now only uses 2 bitmaps with one used in most cases.
This commit is contained in:
committed by
Evan Debenham
parent
a532a6e9e5
commit
f6f10bca2e
@@ -150,7 +150,7 @@ public class TitleScene extends PixelScene {
|
||||
btnHighscores.setPos( w / 2, btnPlay.top() );
|
||||
}
|
||||
|
||||
BitmapText version = new BitmapText( "v " + Game.version + "", font1x );
|
||||
BitmapText version = new BitmapText( "v " + Game.version + "", pixelFont);
|
||||
version.measure();
|
||||
version.hardlight( 0xCCCCCC );
|
||||
version.x = w - version.width();
|
||||
|
||||
Reference in New Issue
Block a user