This commit is contained in:
2024-09-05 08:05:37 +08:00
parent 44cb46e7de
commit b80d2ff36e
19 changed files with 11374 additions and 2292 deletions

View File

@@ -27,7 +27,7 @@ export class Main extends Root {
// |EPhysics2DDrawFlags.Shape;
}
protected async run() {
console.log("Game start");
console.log("Game start",this);
smc.initialize = ecs.getEntity<Initialize>(Initialize);
smc.vmAdd()
}