DEADSOFTWARE

Minor enhancements
[cavedroid.git] / core / src / ru / deadsoftware / cavecraft / game / mobs / Mob.java
index a4dca28e465841cfb177ccfa9f9fd2a63982e732..e0ff0e2afc125d7be02029661ff242068197e669 100644 (file)
@@ -10,7 +10,7 @@ public abstract class Mob {
 
     public Vector2 position;
     public Vector2 moveX, moveY;
-    public int width, height, dir;
+    public int width, height, dir, animation, anim_d;
     public boolean canJump;
 
     public abstract void ai();