-
This commit is contained in:
@@ -161,5 +161,5 @@ public class PlayArea {
|
||||
this.pathColor = pathColor;
|
||||
}
|
||||
|
||||
public void enemyDied(Point2D.Double p) { pointAnimation.enemyDied(p); }
|
||||
public void enemyDied(Point2D.Double p) { pointAnimation.enemyDied(p, hitAreaColor); }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user