Bundle update

This commit is contained in:
Anuken
2018-11-17 17:08:31 -05:00
parent 7eaef11a84
commit 2a3f7f8cb3
17 changed files with 158 additions and 132 deletions

View File

@@ -43,7 +43,7 @@ public class SelectionTable extends Table{
((TextureRegionDrawable)image.getDrawable()).setRegion(lastTile == null ? Draw.getBlankRegion() :
lastTile.block().getDisplayIcon(lastTile)));
add(image).size(16*2).padRight(4);
add(image).size(8*5).padRight(4);
label(() -> lastTile == null ? "" : lastTile.block().getDisplayName(lastTile));
pack();