Coin on hit

This commit is contained in:
Bilel Bghiel
2015-06-11 14:33:33 +02:00
parent 136d9fe2cf
commit 1e09c3e024
3 changed files with 79 additions and 1 deletions
+1
View File
@@ -162,6 +162,7 @@ public class PlayState extends GameState {
lifePoints = Math.min(lifePoints+10, 100);
enemysInPath.remove();
notHit = false;
infoPanel.throwACoin();
break;
}
}