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
@@ -99,13 +99,13 @@ public class ItemSlot extends Button {
|
||||
icon = new ItemSprite();
|
||||
add( icon );
|
||||
|
||||
topLeft = new BitmapText( PixelScene.font1x );
|
||||
topLeft = new BitmapText( PixelScene.pixelFont);
|
||||
add( topLeft );
|
||||
|
||||
topRight = new BitmapText( PixelScene.font1x );
|
||||
topRight = new BitmapText( PixelScene.pixelFont);
|
||||
add( topRight );
|
||||
|
||||
bottomRight = new BitmapText( PixelScene.font1x );
|
||||
bottomRight = new BitmapText( PixelScene.pixelFont);
|
||||
add( bottomRight );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user