v0.3.4 externalized badge strings

This commit is contained in:
Evan Debenham
2015-12-30 22:57:19 -05:00
committed by Evan Debenham
parent b538a00297
commit 82e4a5b9d8
4 changed files with 154 additions and 84 deletions
@@ -41,7 +41,7 @@ public class WndBadge extends Window {
icon.scale.set( 2 );
add( icon );
BitmapTextMultiline info = PixelScene.createMultiline( badge.description, 8 );
BitmapTextMultiline info = PixelScene.createMultiline( badge.desc(), 8 );
info.maxWidth = WIDTH - MARGIN * 2;
info.measure();