This commit is contained in:
Bilel Bghiel
2015-07-09 11:27:05 +02:00
parent 34f6d10532
commit 79cc140d2f
6 changed files with 86 additions and 54 deletions
+1 -1
View File
@@ -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); }
}