This commit is contained in:
2024-09-02 14:43:03 +08:00
parent ede4d06d0d
commit 83bd06334f
7 changed files with 826 additions and 820 deletions

View File

@@ -39,7 +39,7 @@ export class MapViewComp extends CCComp {
start() {
this.scene = this.getComponent(MapViewScene);
this.load_data()
this.load_role()
// this.load_role()
}
load_role(){
let role = ecs.getEntity<Role>(Role);