Update max lives in shortbow to 6

This commit is contained in:
Ryan Huffman 2017-01-31 13:34:03 -08:00
parent 0e1d9b9d56
commit 582b1eca46

View file

@ -272,7 +272,7 @@ ShortbowGameManager.prototype = {
// Initialize game state
this.waveNumber = 0;
this.setScore(0);
this.setLivesLeft(60);
this.setLivesLeft(6);
this.nextWaveTimer = Script.setTimeout(this.startNextWave.bind(this), 100);
this.spawnEnemyTimers = [];