Guaranteed vent spawning

This commit is contained in:
Anuken
2022-01-27 12:56:23 -05:00
parent 89e0e3b658
commit d410bc345c
4 changed files with 61 additions and 7 deletions

View File

@@ -52,7 +52,7 @@ public class MobileInput extends InputHandler implements GestureListener{
/** Place requests to be removed. */
public Seq<BuildPlan> removals = new Seq<>();
/** Whether or not the player is currently shifting all placed tiles. */
/** Whether the player is currently shifting all placed tiles. */
public boolean selecting;
/** Whether the player is currently in line-place mode. */
public boolean lineMode, schematicMode;