奖励系统基础完成, todo: 英雄碎片,英雄成长系统
This commit is contained in:
@@ -60,11 +60,9 @@ export class CardControllerComp extends CCComp {
|
||||
}
|
||||
|
||||
to_mission(){
|
||||
oops.message.dispatchEvent("mission_end")
|
||||
this.node.getChildByName("mission_home").active=true
|
||||
this.node.getChildByName("mission").active=false
|
||||
this.node.getChildByName("bar").active=true;
|
||||
|
||||
this.node.getChildByName("hero_home").active=false
|
||||
this.node.getChildByName("shop_home").active=false
|
||||
this.node.getChildByName("bar").getChildByName("mission_btn").getChildByName("bg").active=true
|
||||
|
||||
Reference in New Issue
Block a user