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
@@ -105,7 +105,7 @@ public class WndJournal extends Window {
|
||||
feature = PixelScene.createText( 9 );
|
||||
add( feature );
|
||||
|
||||
depth = new BitmapText( PixelScene.font1x );
|
||||
depth = new BitmapText( PixelScene.pixelFont);
|
||||
add( depth );
|
||||
|
||||
icon = Icons.get( Icons.DEPTH );
|
||||
|
||||
Reference in New Issue
Block a user