Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DPlayerComponent.java30 private static final float MAX_AIR_HORIZONTAL_SPEED = 150.0f; field in PlayerComponent
168 maxHorizontalSpeed = MAX_AIR_HORIZONTAL_SPEED; in move()