mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-08 03:42:27 +02:00
Update max lives in shortbow to 6
This commit is contained in:
parent
0e1d9b9d56
commit
582b1eca46
1 changed files with 1 additions and 1 deletions
|
@ -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 = [];
|
||||
|
|
Loading…
Reference in a new issue