英雄卡牌
This commit is contained in:
@@ -51,7 +51,7 @@ export class MissionHomeComp extends CCComp {
|
||||
skill.getChildByName("act").active=false
|
||||
set.getChildByName("act").active=false
|
||||
this.node.getChildByName("shop").active=false
|
||||
// this.node.getChildByName("heros").active=false
|
||||
this.node.getChildByName("heros").active=false
|
||||
// this.node.getChildByName("fight").active=false
|
||||
// this.node.getChildByName("skill").active=false
|
||||
// this.node.getChildByName("set").active=false
|
||||
@@ -61,6 +61,7 @@ export class MissionHomeComp extends CCComp {
|
||||
shop.getChildByName("act").active=true
|
||||
break
|
||||
case "heros":
|
||||
this.node.getChildByName("heros").active=true
|
||||
heros.getChildByName("act").active=true
|
||||
break
|
||||
case "fight":
|
||||
|
||||
Reference in New Issue
Block a user