Closed ozomer closed 5 years ago
https://github.com/dwmkerr/spaceinvaders/blob/master/js/spaceinvaders.js#L469
line should be game.lives = 0 not this.lives = 0
game.lives = 0
this.lives = 0
Fixed, thanks for this!
https://github.com/dwmkerr/spaceinvaders/blob/master/js/spaceinvaders.js#L469
line should be
game.lives = 0
notthis.lives = 0