英雄卡牌
This commit is contained in:
@@ -59,23 +59,14 @@ export enum FacSet {
|
||||
MON=1,
|
||||
}
|
||||
export const ColorSet: { [key: string]: string } = {
|
||||
RED: "FF364D",
|
||||
RED1: "FC1702",
|
||||
RED2: "7B0B05",
|
||||
BLUE: "2CBEFF",
|
||||
BLUE2: "00A8FF",
|
||||
BLUE3: "117bff",
|
||||
BLUE4: "113287",
|
||||
YELLOW: "E0C300" ,
|
||||
YELLOW2: "DBAD00" ,
|
||||
YELLOW3: "F19A02",
|
||||
YELLOW4: "8E3110",
|
||||
GREEN: "83CE00",
|
||||
GREEN2: "17A047",
|
||||
GREEN3: "5ECC3C",
|
||||
GREEN4: "014523",
|
||||
PURPLE1: "B640EA",
|
||||
PURPLE2: "621678",
|
||||
ORIGIN1: "968369",
|
||||
ORIGIN2: "483825",
|
||||
RED1: "57262A",
|
||||
RED2: "A92E43",
|
||||
BLUE1: "3D568D",
|
||||
BLUE2: "3D75B3",
|
||||
YELLOW: "DD9304" ,
|
||||
YELLOW2: "EBB62D" ,
|
||||
GREEN1: "1F5949",
|
||||
GREEN2: "00A373",
|
||||
PURPLE1: "7251A6",
|
||||
PURPLE2: "906CCE",
|
||||
};
|
||||
@@ -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