Fixed retreat command, more pathfinding

This commit is contained in:
Anuken
2018-08-07 18:26:16 -04:00
parent 8dea45d9d5
commit 1f59d4354a
5 changed files with 8 additions and 8 deletions

View File

@@ -131,7 +131,7 @@ public class HudFragment extends Fragment{
//paused table
parent.fill(t -> {
t.top().visible(() -> state.is(State.paused) && !Net.active());
t.table("pane", top -> top.add("[orange]< " + Bundles.get("text.paused") + " >").pad(6).get().setFontScale(fontScale * 1.5f));
t.table("clear", top -> top.add("[orange]< " + Bundles.get("text.paused") + " >").pad(6).get().setFontScale(fontScale * 1.5f));
});
//'core is under attack' table