Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DAdultsDifficultyConstants.java22 private static final float FUEL_GROUND_REFILL_SPEED = 2.0f; field in AdultsDifficultyConstants
43 return FUEL_GROUND_REFILL_SPEED; in getFuelGroundRefillSpeed()
DKidsDifficultyConstants.java22 private static final float FUEL_GROUND_REFILL_SPEED = 2.0f; field in KidsDifficultyConstants
43 return FUEL_GROUND_REFILL_SPEED; in getFuelGroundRefillSpeed()
DBabyDifficultyConstants.java22 private static final float FUEL_GROUND_REFILL_SPEED = 4.0f; field in BabyDifficultyConstants
43 return FUEL_GROUND_REFILL_SPEED; in getFuelGroundRefillSpeed()