Searched defs:DDA_STAGE_2_FUEL_AIR_REFILL_SPEED (Results 1 - 3 of 3) sorted by last modified time

/external/replicaisland/src/com/replica/replicaisland/
H A DAdultsDifficultyConstants.java34 private static final float DDA_STAGE_2_FUEL_AIR_REFILL_SPEED = 0.22f; field in class:AdultsDifficultyConstants
88 return DDA_STAGE_2_FUEL_AIR_REFILL_SPEED;
H A DBabyDifficultyConstants.java34 private static final float DDA_STAGE_2_FUEL_AIR_REFILL_SPEED = 0.40f; field in class:BabyDifficultyConstants
88 return DDA_STAGE_2_FUEL_AIR_REFILL_SPEED;
H A DKidsDifficultyConstants.java34 private static final float DDA_STAGE_2_FUEL_AIR_REFILL_SPEED = 0.30f; field in class:KidsDifficultyConstants
88 return DDA_STAGE_2_FUEL_AIR_REFILL_SPEED;

Completed in 91 milliseconds