X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=core%2Fsrc%2Fru%2Fdeadsoftware%2Fcavedroid%2Fgame%2Fmobs%2Fplayer%2FPlayer.java;h=dcc77ef81202b4bb6e96018b3651b348b3aeb1f1;hb=9af7e45e07d903996eab693d958679ed699dcac7;hp=bcca82606eb711dea6add8f9003243a7e0b94d52;hpb=c1b8f5c93482cb9933dd608c48f41622ce2994c6;p=cavedroid.git diff --git a/core/src/ru/deadsoftware/cavedroid/game/mobs/player/Player.java b/core/src/ru/deadsoftware/cavedroid/game/mobs/player/Player.java index bcca826..dcc77ef 100644 --- a/core/src/ru/deadsoftware/cavedroid/game/mobs/player/Player.java +++ b/core/src/ru/deadsoftware/cavedroid/game/mobs/player/Player.java @@ -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;