Added visuals to RoundPhase
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user