Finished new placement controls

This commit is contained in:
Anuken
2017-12-15 20:28:11 -05:00
parent 6c5d74d7a5
commit 9c0d9f4e13
21 changed files with 407 additions and 296 deletions

View File

@@ -27,6 +27,7 @@ public class Player extends DestructibleEntity{
public transient Recipe recipe;
public transient int rotation;
public transient PlaceMode placeMode = android ? PlaceMode.cursor : PlaceMode.hold;
public transient PlaceMode breakMode = PlaceMode.holdDelete;
public Player(){
hitbox.setSize(5);