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
@@ -222,7 +222,7 @@ public class PlayState extends GameState {
area.enemyDied((Point2D.Double) enemy.getEnemy().getP1());
area.hit();
enemies_hit++;
infoPanel.throwACoin(); // Coin Animatie starten bij hit
infoPanel.throwACoin(enemy.getColor()); // Coin Animatie starten bij hit
enemysInPath.remove();
notHit = false;
break;