清理 ui1 ui2 精简到ui3 和ui4
This commit is contained in:
@@ -86,7 +86,6 @@ export class MissionComp extends CCComp {
|
||||
|
||||
async mission_start(){
|
||||
// console.log("[MissionComp] ** 1 ** mission_start")
|
||||
this.node.getChildByName("ending").getComponent(Animation).play("startFight")
|
||||
oops.message.dispatchEvent(GameEvent.FightReady)
|
||||
this.node.active=true
|
||||
this.data_init()
|
||||
@@ -125,7 +124,6 @@ export class MissionComp extends CCComp {
|
||||
|
||||
mission_end(){
|
||||
// console.log("[MissionComp] mission_end")
|
||||
this.node.getChildByName("ending").active=false
|
||||
this.node.active=false
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user