DEADSOFTWARE

Drop items on Q and add empty hearts to health bar
[cavedroid.git] / core / src / ru / deadsoftware / cavedroid / game / mobs / player / Player.java
index bcca82606eb711dea6add8f9003243a7e0b94d52..dcc77ef81202b4bb6e96018b3651b348b3aeb1f1 100644 (file)
@@ -21,8 +21,8 @@ public class Player extends Mob {
 
     private static final float SPEED = 69.072f;
     private static final float JUMP_VELOCITY = -133.332f;
-    private static final int MAX_HEALTH = 20;
 
+    public static final int MAX_HEALTH = 20;
     public static final int INVENTORY_SIZE = 36;
     public static final int HOTBAR_SIZE = 9;