卡牌技能

This commit is contained in:
walkpan
2024-08-21 08:40:25 +08:00
parent b9edfd7001
commit fa8a2d1c6d
23 changed files with 1279 additions and 264 deletions

View File

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