Made-with: Cursor
@ -7,7 +7,7 @@ import { Container, Graphics, Text, TextStyle, type Ticker } from "pixi.js";
const NODE_RADIUS = 18;
const NODE_GAP = 58;
const END_ACTION_COOLDOWN_MS = 250;
const END_ACTION_COOLDOWN_MS = 400;
type ChaseModelLike = Pick<
ChaseGameModel,