Searched refs:AIR_DRAG_SPEED (Results 1 – 1 of 1) sorted by relevance
28 private static final float AIR_DRAG_SPEED = 4000.0f; field in PlayerComponent196 (AIR_DRAG_SPEED * timeDelta * Utils.sign(currentSpeed)); in move()