Conflicts:
	control/GameStateManager.java
	model/objects/InfoPanel.java
This commit is contained in:
Bilel Bghiel
2015-06-19 11:36:19 +02:00
6 changed files with 158 additions and 49 deletions
+1
View File
@@ -223,6 +223,7 @@ public class PlayState extends GameState {
enemies_hit++;
enemysInPath.remove();
notHit = false;
infoPanel.throwACoin(); // Coin Animatie starten bij hit
break;
}
}