diff --git a/assets/script/Main.ts b/assets/script/Main.ts index 3bf50ef5..ea4ec738 100644 --- a/assets/script/Main.ts +++ b/assets/script/Main.ts @@ -23,6 +23,8 @@ export class Main extends Root { } protected async run() { + console.log("Game start"); + smc.initialize = ecs.getEntity(Initialize); smc.monsters = [ {uuid:1101}, @@ -32,8 +34,6 @@ export class Main extends Root { {uuid:3102}, {uuid:3101}, ] - - console.log("Game start"); smc.vmAdd() } protected initGui() {