increased game length, balanced attacks

This commit is contained in:
evanpelle
2024-08-16 14:48:51 -07:00
parent 51c05f9d10
commit d12ebc5f4b
8 changed files with 59 additions and 31 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ export class ClientGame {
this.renderer.initialize()
this.input.initialize()
this.executor.spawnBots(1000)
this.executor.spawnBots(this.config.numBots())
this.intervalID = setInterval(() => this.tick(), 10);