Searched refs:RUN_SPEED_THRESHOLD (Results 1 – 1 of 1) sorted by relevance
37 protected static final float RUN_SPEED_THRESHOLD = 100.0f; field in NPCAnimationComponent149 if (Math.abs(velocity.x) >= RUN_SPEED_THRESHOLD) { in shouldRun()