Status bar cleanup / Fixed power distribution / Fixed adjacency updates

This commit is contained in:
Anuken
2018-07-09 14:25:52 -04:00
parent 3d9c9e639d
commit f3cc881930
9 changed files with 46 additions and 23 deletions

View File

@@ -55,6 +55,9 @@ public class DebugFragment extends Fragment {
new table("pane"){{
defaults().fillX().width(100f);
new label(() -> Gdx.app.getJavaHeap() / 1024 / 1024 + "MB");
row();
new label("Debug");
row();
new button("noclip", "toggle", () -> noclip = !noclip);