mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-04 04:10:35 +00:00
increased game length, balanced attacks
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user