角色动画 确定

This commit is contained in:
2024-08-26 07:33:26 +08:00
parent 68d7077e56
commit 4f96558d36
111 changed files with 54661 additions and 1391 deletions

View File

@@ -24,16 +24,7 @@ export class Main extends Root {
protected async run() {
console.log("Game start");
smc.initialize = ecs.getEntity<Initialize>(Initialize);
smc.monsters = [
{uuid:1101},
{uuid:1102},
{uuid:2101},
{uuid:2102},
{uuid:3102},
{uuid:3101},
]
smc.vmAdd()
}
protected initGui() {