任务开始 技能清空

This commit is contained in:
2025-06-06 16:38:48 +08:00
parent fee9fc9852
commit 94128b05ca
2 changed files with 76 additions and 66 deletions

View File

@@ -52,6 +52,7 @@ export class MissionComp extends CCComp {
async mission_start(){
smc.mission.status=MissionStatus.ready
oops.message.dispatchEvent(GameEvent.FightReady)
this.node.active=true
this.data_init()
this.hart_hero_load()
@@ -79,7 +80,7 @@ export class MissionComp extends CCComp {
break
case MissionStatus.ready_hero_select:
console.log("netx to_fight")
this.to_fight()
this.to_fight()
break
case MissionStatus.playing:
break