This commit is contained in:
evanpelle
2024-08-10 10:17:19 -07:00
parent adb21f3273
commit a3be77dff8
4 changed files with 58 additions and 24 deletions
+1 -2
View File
@@ -7,7 +7,6 @@ import {Settings} from "../core/Settings";
import {GameRenderer} from "./GameRenderer";
import {InputHandler, MouseUpEvent, ZoomEvent, DragEvent, MouseDownEvent} from "./InputHandler"
import {ClientIntentMessageSchema, ClientJoinMessageSchema, ClientMessageSchema, ServerMessage, ServerMessageSchema, ServerSyncMessage, Turn} from "../core/Schemas";
import {AttackIntent, Intent, SpawnIntent} from "../core/Schemas";
@@ -96,7 +95,7 @@ export class ClientGame {
this.renderer.initialize()
this.input.initialize()
// this.executor.spawnBots(500)
this.executor.spawnBots(500)
setInterval(() => this.tick(), 10);