添加role 删除多余地图文件

This commit is contained in:
pan@work
2024-08-23 10:35:15 +08:00
parent a97f6bfa80
commit e0431b6fad
55 changed files with 2323 additions and 3343 deletions

View File

@@ -26,12 +26,13 @@ export default class EntityLayer extends Component {
}
protected start(): void {
console.log("EntityLayer start",this)
// console.log("EntityLayer start",this)
}
public clear() {
this.node.children.forEach(n => {
});
}
}