Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DPlayerComponent.java29 private static final float MAX_GROUND_HORIZONTAL_SPEED = 500.0f; field in PlayerComponent
163 float maxHorizontalSpeed = MAX_GROUND_HORIZONTAL_SPEED; in move()