v0.3.1: overhauled font system, now only uses 2 bitmaps with one used in most cases.

This commit is contained in:
Evan Debenham
2015-07-19 21:40:11 -04:00
committed by Evan Debenham
parent a532a6e9e5
commit f6f10bca2e
14 changed files with 52 additions and 99 deletions
@@ -38,7 +38,7 @@ public class GoldIndicator extends Component {
@Override
protected void createChildren() {
tf = new BitmapText( PixelScene.font1x );
tf = new BitmapText( PixelScene.pixelFont);
tf.hardlight( 0xFFFF00 );
add( tf );