Implemented replacement blocks

This commit is contained in:
Anuken
2017-09-07 22:14:21 -04:00
parent a5e877028e
commit d53f12aeb9
14 changed files with 47 additions and 15 deletions

View File

@@ -35,7 +35,7 @@ public class UpgradeDialog extends Dialog{
getButtonTable().addButton("Ok", ()->{
hide();
});
}).size(84, 48).pad(4);
Table weptab = new Table();
weptab.background("button");