Home
last modified time | relevance | path

Searched refs:MAX_PLAYER_LIFE (Results 1 – 3 of 3) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DAdultsDifficultyConstants.java23 public static final int MAX_PLAYER_LIFE = 2; field in AdultsDifficultyConstants
48 return MAX_PLAYER_LIFE; in getMaxPlayerLife()
DKidsDifficultyConstants.java23 public static final int MAX_PLAYER_LIFE = 3; field in KidsDifficultyConstants
48 return MAX_PLAYER_LIFE; in getMaxPlayerLife()
DBabyDifficultyConstants.java23 public static final int MAX_PLAYER_LIFE = 5; field in BabyDifficultyConstants
48 return MAX_PLAYER_LIFE; in getMaxPlayerLife()