Improved pathfinding

This commit is contained in:
Anuken
2017-05-03 11:52:54 -04:00
parent c374073e6f
commit 0719223146
8 changed files with 50 additions and 31 deletions

View File

@@ -175,6 +175,7 @@ public class UI extends SceneModule{
tutorial.content().row();
tutorial.content().addCheck("Don't show again", b->{
Settings.putBool("tutorial", !b);
Settings.save();
}).padTop(4);
restart = new Dialog("The core was destroyed.", "dialog"){