英雄激活后,上阵队伍可选择

This commit is contained in:
walkpan
2024-12-21 17:29:33 +08:00
parent e6e3db0f80
commit 177bc0e346
16 changed files with 6078 additions and 12 deletions

View File

@@ -35,6 +35,7 @@ export class HeroSelect extends ecs.Entity {
hcc.h_uuid = uuid;
this.add(hcc);
}
/** 模块资源释放 */
destroy() {
// 注: 自定义释放逻辑,视图层实现 ecs.IComp 接口的 ecs 组件需要手动释放