Added visuals to RoundPhase

This commit is contained in:
Urban Modig
2025-09-01 20:36:54 +02:00
parent be3c4deb3c
commit fcd686fad0
8 changed files with 124 additions and 21 deletions

View File

@ -219,4 +219,8 @@ public class Ghost extends BaseAnimated {
public Point getPosition() {
return new Point((int) position.x, (int) position.y);
}
public void resetModes() {
mode = GhostMode.CHASE;
}
}