英雄卡牌
This commit is contained in:
4513
assets/resources/gui/element/hcard.prefab
Normal file
4513
assets/resources/gui/element/hcard.prefab
Normal file
File diff suppressed because it is too large
Load Diff
13
assets/resources/gui/element/hcard.prefab.meta
Normal file
13
assets/resources/gui/element/hcard.prefab.meta
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"ver": "1.1.50",
|
||||||
|
"importer": "prefab",
|
||||||
|
"imported": true,
|
||||||
|
"uuid": "443470ad-dfbf-41b6-b474-a004470401de",
|
||||||
|
"files": [
|
||||||
|
".json"
|
||||||
|
],
|
||||||
|
"subMetas": {},
|
||||||
|
"userData": {
|
||||||
|
"syncNodeName": "hcard"
|
||||||
|
}
|
||||||
|
}
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -13643,8 +13643,8 @@
|
|||||||
"rawHeight": 16,
|
"rawHeight": 16,
|
||||||
"borderTop": 8,
|
"borderTop": 8,
|
||||||
"borderBottom": 8,
|
"borderBottom": 8,
|
||||||
"borderLeft": 7.5,
|
"borderLeft": 7,
|
||||||
"borderRight": 7.5,
|
"borderRight": 7,
|
||||||
"packable": true,
|
"packable": true,
|
||||||
"pixelsToUnit": 100,
|
"pixelsToUnit": 100,
|
||||||
"pivotX": 0.5,
|
"pivotX": 0.5,
|
||||||
@@ -13689,8 +13689,8 @@
|
|||||||
"rawHeight": 16,
|
"rawHeight": 16,
|
||||||
"borderTop": 8,
|
"borderTop": 8,
|
||||||
"borderBottom": 8,
|
"borderBottom": 8,
|
||||||
"borderLeft": 8.5,
|
"borderLeft": 8,
|
||||||
"borderRight": 8.5,
|
"borderRight": 8,
|
||||||
"packable": true,
|
"packable": true,
|
||||||
"pixelsToUnit": 100,
|
"pixelsToUnit": 100,
|
||||||
"pivotX": 0.5,
|
"pivotX": 0.5,
|
||||||
|
|||||||
@@ -3521,7 +3521,7 @@
|
|||||||
"height": 190,
|
"height": 190,
|
||||||
"rawWidth": 48,
|
"rawWidth": 48,
|
||||||
"rawHeight": 190,
|
"rawHeight": 190,
|
||||||
"borderTop": 0,
|
"borderTop": 190,
|
||||||
"borderBottom": 0,
|
"borderBottom": 0,
|
||||||
"borderLeft": 24,
|
"borderLeft": 24,
|
||||||
"borderRight": 24,
|
"borderRight": 24,
|
||||||
@@ -3614,7 +3614,7 @@
|
|||||||
"rawWidth": 48,
|
"rawWidth": 48,
|
||||||
"rawHeight": 189,
|
"rawHeight": 189,
|
||||||
"borderTop": 0,
|
"borderTop": 0,
|
||||||
"borderBottom": 0,
|
"borderBottom": 189,
|
||||||
"borderLeft": 24,
|
"borderLeft": 24,
|
||||||
"borderRight": 24,
|
"borderRight": 24,
|
||||||
"packable": true,
|
"packable": true,
|
||||||
|
|||||||
@@ -59,23 +59,14 @@ export enum FacSet {
|
|||||||
MON=1,
|
MON=1,
|
||||||
}
|
}
|
||||||
export const ColorSet: { [key: string]: string } = {
|
export const ColorSet: { [key: string]: string } = {
|
||||||
RED: "FF364D",
|
RED1: "57262A",
|
||||||
RED1: "FC1702",
|
RED2: "A92E43",
|
||||||
RED2: "7B0B05",
|
BLUE1: "3D568D",
|
||||||
BLUE: "2CBEFF",
|
BLUE2: "3D75B3",
|
||||||
BLUE2: "00A8FF",
|
YELLOW: "DD9304" ,
|
||||||
BLUE3: "117bff",
|
YELLOW2: "EBB62D" ,
|
||||||
BLUE4: "113287",
|
GREEN1: "1F5949",
|
||||||
YELLOW: "E0C300" ,
|
GREEN2: "00A373",
|
||||||
YELLOW2: "DBAD00" ,
|
PURPLE1: "7251A6",
|
||||||
YELLOW3: "F19A02",
|
PURPLE2: "906CCE",
|
||||||
YELLOW4: "8E3110",
|
|
||||||
GREEN: "83CE00",
|
|
||||||
GREEN2: "17A047",
|
|
||||||
GREEN3: "5ECC3C",
|
|
||||||
GREEN4: "014523",
|
|
||||||
PURPLE1: "B640EA",
|
|
||||||
PURPLE2: "621678",
|
|
||||||
ORIGIN1: "968369",
|
|
||||||
ORIGIN2: "483825",
|
|
||||||
};
|
};
|
||||||
@@ -51,7 +51,7 @@ export class MissionHomeComp extends CCComp {
|
|||||||
skill.getChildByName("act").active=false
|
skill.getChildByName("act").active=false
|
||||||
set.getChildByName("act").active=false
|
set.getChildByName("act").active=false
|
||||||
this.node.getChildByName("shop").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("fight").active=false
|
||||||
// this.node.getChildByName("skill").active=false
|
// this.node.getChildByName("skill").active=false
|
||||||
// this.node.getChildByName("set").active=false
|
// this.node.getChildByName("set").active=false
|
||||||
@@ -61,6 +61,7 @@ export class MissionHomeComp extends CCComp {
|
|||||||
shop.getChildByName("act").active=true
|
shop.getChildByName("act").active=true
|
||||||
break
|
break
|
||||||
case "heros":
|
case "heros":
|
||||||
|
this.node.getChildByName("heros").active=true
|
||||||
heros.getChildByName("act").active=true
|
heros.getChildByName("act").active=true
|
||||||
break
|
break
|
||||||
case "fight":
|
case "fight":
|
||||||
|
|||||||
Reference in New Issue
Block a user