Updated invaders demo.

This commit is contained in:
photonstorm
2013-11-01 17:37:32 +00:00
parent 685054eac5
commit 160a321a36
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -183,7 +183,7 @@ function enemyHitsPlayer (player,bullet) {
if(lives.countLiving()<1){
player.kill();
enemyBullets.callAll('kill',this);
enemyBullets.callAll('kill');
stateText.content=" GAME OVER \n Click to restart";
stateText.visible=true;