mirror of
https://github.com/MartinKral/Slash-The-Hordes
synced 2025-10-09 08:36:14 +00:00
Wave settings
This commit is contained in:
@@ -79,7 +79,7 @@
|
||||
"waveEnemySpawners": [
|
||||
{
|
||||
"startDelay": 0,
|
||||
"stopDelay": 100,
|
||||
"stopDelay": 10000,
|
||||
"cooldown": 5,
|
||||
"enemiesPerWave": 30,
|
||||
"waveLifetime": 20,
|
||||
|
@@ -95,7 +95,7 @@ export class Game extends Component {
|
||||
this.gamePauser.resume();
|
||||
|
||||
// while not dead
|
||||
await delay(100000);
|
||||
await delay(1000000);
|
||||
this.gamePauser.pause();
|
||||
Game.instance = null;
|
||||
return 1;
|
||||
|
Reference in New Issue
Block a user