This commit is contained in:
2025-05-27 16:45:22 +08:00
parent cdb09a5ca1
commit ba05b59f4d
7 changed files with 2746 additions and 2057 deletions

View File

@@ -140,6 +140,7 @@ export class MissionHeroCompComp extends CCComp {
}
do_hero_change(){
//金币加1
smc.vmdata.mission_data.gold+=1
}
/** 视图对象通过 ecs.Entity.remove(ModuleViewComp) 删除组件是触发组件处理自定义释放逻辑 */