This commit is contained in:
walkpan
2024-07-30 08:34:41 +08:00
parent fe09fb1f5f
commit 76b400885c
11 changed files with 43 additions and 28 deletions

View File

@@ -50,7 +50,7 @@ export class Hero extends ecs.Entity {
this.add(mv);
//移除全局列表
smc.heros.splice(0,1)
// console.log(ecs.query(ecs.allOf(HeroViewComp)))
}