DEADSOFTWARE

Add assets loader and player skin
[cavedroid.git] / core / src / ru / deadsoftware / cavecraft / game / objects / Player.java
index c63e0595449265aba12da75e3cf947424ddbd167..0c5581a7ee2711999f526e52bbc77cafa4385a2e 100644 (file)
@@ -8,6 +8,7 @@ public class Player {
     public Vector2 position;
     public Vector2 moveX, moveY;
     public int width, height, dir;
+    public boolean canJump;
 
     public Player() {
         position = new Vector2(0, 0);