DEADSOFTWARE

Add pigs
[cavedroid.git] / core / src / ru / deadsoftware / cavecraft / game / objects / Player.java
index 92c81716c3b13c1007e2b3758ae342f5aa3fb82d..415ed3d5d46cbef214ac6a847583b71fc15a33e6 100644 (file)
@@ -8,6 +8,8 @@ import ru.deadsoftware.cavecraft.game.WorldGen;
 
 public class Player {
 
+    public static int ANIM_SPEED = 6;
+
     public Vector2 position;
     public Vector2 moveX, moveY;
     public int width, height, dir, texWidth;