This commit is contained in:
pan@work
2024-07-29 11:05:17 +08:00
parent f131de6489
commit 5fa8794c09
18 changed files with 304 additions and 44 deletions

View File

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