Searched refs:MAX_GROUND_HORIZONTAL_SPEED (Results 1 – 1 of 1) sorted by relevance
29 private static final float MAX_GROUND_HORIZONTAL_SPEED = 500.0f; field in PlayerComponent163 float maxHorizontalSpeed = MAX_GROUND_HORIZONTAL_SPEED; in move()