Added version display, info dialog back

This commit is contained in:
Anuken
2019-07-05 13:41:22 -04:00
parent f0959ab356
commit d2bb3800e3
20 changed files with 472 additions and 434 deletions

View File

@@ -261,7 +261,7 @@ public class MobileInput extends InputHandler implements GestureListener{
@Override
public void buildUI(Table table){
table.addImage("blank").color(Pal.accent).height(3f).colspan(4).growX();
table.addImage("whiteui").color(Pal.gray).height(4f).colspan(4).growX();
table.row();
table.left().margin(0f).defaults().size(48f);