任务开始 技能清空
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user