Updated bundles / Unbroke wave table

This commit is contained in:
Anuken
2018-11-06 23:56:11 -05:00
parent d4f5e854c5
commit b977ae4d3b
17 changed files with 139 additions and 126 deletions

View File

@@ -105,7 +105,7 @@ public class HudFragment extends Fragment{
Stack stack = new Stack();
TextButton waves = new TextButton("");
Table btable = new Table();
Table btable = new Table().margin(14);
stack.add(waves);
stack.add(btable);
@@ -114,7 +114,7 @@ public class HudFragment extends Fragment{
addWaveTable(waves);
addPlayButton(btable);
cont.add(stack).fillX().height(66f);
cont.add(stack).fillX();
cont.row();