Commit 4d9f0709 authored by Tt's avatar Tt

基础卡片完成 开始调整游戏效果

parent 7c2d2857
...@@ -28,5 +28,26 @@ class Ani { ...@@ -28,5 +28,26 @@ class Ani {
tween.start(); tween.start();
}) })
} }
static flipX0(item) {
return new Promise((resolve) => {
let itemScale = item.scaleY;
item.scaleX = itemScale;
let tween = cc.tween(item);
tween.to(0.2, { scaleX: 0 })
.call(() => { resolve() });
tween.start();
})
}
static flipX1(item) {
return new Promise((resolve) => {
let itemScale = item.scaleY;
item.scaleX = 0;
let tween = cc.tween(item);
tween.to(0.2, { scaleX: itemScale })
.call(() => { resolve() });
tween.start();
})
}
} }
export default Ani; export default Ani;
\ No newline at end of file
...@@ -16,9 +16,9 @@ class Card { ...@@ -16,9 +16,9 @@ class Card {
} }
} }
class defClass { class defClass {
constructor(id, title, dep) { constructor(id, title, type) {
this.id = id; this.id = id;
this.dep = dep; this.type = type;
this.title = title; this.title = title;
this.child = []; this.child = [];
} }
...@@ -131,7 +131,13 @@ class GameManager { ...@@ -131,7 +131,13 @@ class GameManager {
radioValue: "A" radioValue: "A"
} }
] ]
}
]
}, },
{
id: 10,
title: "fenlei2",
child: [
{ {
id: 101, id: 101,
title: "sonlei3", title: "sonlei3",
...@@ -161,13 +167,7 @@ class GameManager { ...@@ -161,13 +167,7 @@ class GameManager {
radioValue: "A" radioValue: "A"
} }
] ]
}
]
}, },
{
id: 10,
title: "fenlei2",
child: [
{ {
id: 201, id: 201,
title: "sonlei4", title: "sonlei4",
...@@ -273,12 +273,12 @@ class GameManager { ...@@ -273,12 +273,12 @@ class GameManager {
let zhuleiClass = new defClass(zhulei.id, zhulei.title, 0); let zhuleiClass = new defClass(zhulei.id, zhulei.title, 0);
for (let a = 0; a < zhulei.child.length; a++) { for (let a = 0; a < zhulei.child.length; a++) {
let fenlei = zhulei.child[a]; let fenlei = zhulei.child[a];
let fenleiClass = new defClass(fenId, fenlei.title, 1); let fenleiClass = new defClass(fenId, fenlei.title, 0);
fenId++;//只有1和2 fenId++;//只有1和2
for (let b = 0; b < fenlei.child.length; b++) { for (let b = 0; b < fenlei.child.length; b++) {
sonId++; sonId++;
let sonlei = fenlei.child[b]; let sonlei = fenlei.child[b];
let sonleiClass = new defClass(sonId, sonlei.title, 2); let sonleiClass = new defClass(sonId, sonlei.title, a);
for (let c = 0; c < sonlei.child.length; c++) { for (let c = 0; c < sonlei.child.length; c++) {
let card = sonlei.child[c]; let card = sonlei.child[c];
cardId++; cardId++;
......
...@@ -84,67 +84,67 @@ ...@@ -84,67 +84,67 @@
"__id__": 19 "__id__": 19
}, },
{ {
"__id__": 20 "__id__": 46
}, },
{ {
"__id__": 53 "__id__": 79
}, },
{ {
"__id__": 70 "__id__": 98
}, },
{ {
"__id__": 73 "__id__": 101
}, },
{ {
"__id__": 76 "__id__": 104
}, },
{ {
"__id__": 77 "__id__": 105
}, },
{ {
"__id__": 78 "__id__": 106
}, },
{ {
"__id__": 80 "__id__": 108
}, },
{ {
"__id__": 86 "__id__": 114
}, },
{ {
"__id__": 99 "__id__": 127
}, },
{ {
"__id__": 125 "__id__": 153
}, },
{ {
"__id__": 127 "__id__": 155
}, },
{ {
"__id__": 129 "__id__": 157
}, },
{ {
"__id__": 131 "__id__": 159
}, },
{ {
"__id__": 133 "__id__": 161
}, },
{ {
"__id__": 135 "__id__": 163
}, },
{ {
"__id__": 137 "__id__": 165
} }
], ],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 139 "__id__": 167
}, },
{ {
"__id__": 140 "__id__": 168
}, },
{ {
"__id__": 141 "__id__": 169
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -402,7 +402,7 @@ ...@@ -402,7 +402,7 @@
"__id__": 11 "__id__": 11
} }
], ],
"_active": false, "_active": true,
"_components": [], "_components": [],
"_prefab": null, "_prefab": null,
"_opacity": 255, "_opacity": 255,
...@@ -948,7 +948,26 @@ ...@@ -948,7 +948,26 @@
"_parent": { "_parent": {
"__id__": 2 "__id__": 2
}, },
"_children": [], "_children": [
{
"__id__": 20
},
{
"__id__": 23
},
{
"__id__": 26
},
{
"__id__": 33
},
{
"__id__": 40
},
{
"__id__": 43
}
],
"_active": true, "_active": true,
"_components": [], "_components": [],
"_prefab": null, "_prefab": null,
...@@ -1001,29 +1020,14 @@ ...@@ -1001,29 +1020,14 @@
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "box", "_name": "line0",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 2 "__id__": 19
}, },
"_children": [ "_children": [
{ {
"__id__": 21 "__id__": 21
},
{
"__id__": 28
},
{
"__id__": 35
},
{
"__id__": 41
},
{
"__id__": 49
},
{
"__id__": 51
} }
], ],
"_active": true, "_active": true,
...@@ -1039,8 +1043,8 @@ ...@@ -1039,8 +1043,8 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 1280, "width": 102,
"height": 720 "height": 104
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
...@@ -1051,8 +1055,8 @@ ...@@ -1051,8 +1055,8 @@
"__type__": "TypedArray", "__type__": "TypedArray",
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
0, -438.337,
0, 144.27,
0, 0,
0, 0,
0, 0,
...@@ -1074,27 +1078,20 @@ ...@@ -1074,27 +1078,20 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "63sPfnjdFFmK5xQ6WnpROh" "_id": "12p5HD3rBJaJH8PIkUCgzv"
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "sub_0", "_name": "line0",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 20 "__id__": 20
}, },
"_children": [ "_children": [],
{
"__id__": 22
},
{
"__id__": 24
}
],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 27 "__id__": 22
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -1108,8 +1105,8 @@ ...@@ -1108,8 +1105,8 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 470, "width": 102,
"height": 68 "height": 104
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
...@@ -1120,8 +1117,8 @@ ...@@ -1120,8 +1117,8 @@
"__type__": "TypedArray", "__type__": "TypedArray",
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
-197.77, 0,
183, 0,
0, 0,
0, 0,
0, 0,
...@@ -1143,22 +1140,54 @@ ...@@ -1143,22 +1140,54 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "a7u+2roGVMRZbkc/3Xrbis" "_id": "7evwMqx35AD5BtBiIvqOYB"
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 21
},
"_enabled": true,
"_materials": [
{
"__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
}
],
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_spriteFrame": {
"__uuid__": "a79ec948-2c32-4d8a-9de5-72756c0c8603"
},
"_type": 0,
"_sizeMode": 1,
"_fillType": 0,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_atlas": null,
"_id": "dblrnBVM1EEqIOHKt55dqu"
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "combined-shape_4", "_name": "line1",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 21 "__id__": 19
}, },
"_children": [], "_children": [
"_active": true,
"_components": [
{ {
"__id__": 23 "__id__": 24
} }
], ],
"_active": true,
"_components": [],
"_prefab": null, "_prefab": null,
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -1170,8 +1199,8 @@ ...@@ -1170,8 +1199,8 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 470, "width": 15,
"height": 68 "height": 70
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
...@@ -1182,8 +1211,8 @@ ...@@ -1182,8 +1211,8 @@
"__type__": "TypedArray", "__type__": "TypedArray",
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
0, -292.877,
0, 133.199,
0, 0,
0, 0,
0, 0,
...@@ -1205,55 +1234,20 @@ ...@@ -1205,55 +1234,20 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "a6pAGI+qJH65M1wy0gQG1G" "_id": "e2o3tBjJBBraMwy++oxrjp"
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 22
},
"_enabled": true,
"_materials": [
{
"__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
}
],
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_spriteFrame": {
"__uuid__": "577b0319-8a9a-4503-ab96-f3dd5b000a53"
},
"_type": 0,
"_sizeMode": 1,
"_fillType": 0,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_atlas": null,
"_id": "c3SYdhDttMzLKSgr9idT0V"
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "txt", "_name": "line0",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 21 "__id__": 23
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 25 "__id__": 25
},
{
"__id__": 26
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -1267,8 +1261,8 @@ ...@@ -1267,8 +1261,8 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 178.06, "width": 15,
"height": 56.4 "height": 70
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
...@@ -1279,8 +1273,8 @@ ...@@ -1279,8 +1273,8 @@
"__type__": "TypedArray", "__type__": "TypedArray",
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
-93.889, 0,
4.552, 0,
0, 0,
0, 0,
0, 0,
...@@ -1302,67 +1296,14 @@ ...@@ -1302,67 +1296,14 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "10wgHSEklHZqDfcnevAxo6" "_id": "c3B3bX7itPWKc6nfBUWcQ7"
},
{
"__type__": "cc.Label",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 24
},
"_enabled": true,
"_materials": [
{
"__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
}
],
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_string": "Compare",
"_N$string": "Compare",
"_fontSize": 42,
"_lineHeight": 40,
"_enableWrapText": true,
"_N$file": {
"__uuid__": "c551970e-b095-45f3-9f1d-25cde8b8deb1"
},
"_isSystemFontUsed": false,
"_spacingX": 0,
"_batchAsBitmap": false,
"_styleFlags": 0,
"_underlineHeight": 0,
"_N$horizontalAlign": 1,
"_N$verticalAlign": 1,
"_N$fontFamily": "Arial",
"_N$overflow": 0,
"_N$cacheMode": 0,
"_id": "e94TUSrRxLwoxQpQFZLleL"
},
{
"__type__": "cc.LabelOutline",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 24
},
"_enabled": true,
"_color": {
"__type__": "cc.Color",
"r": 166,
"g": 60,
"b": 28,
"a": 255
},
"_width": 3,
"_id": "e8durAReZPqpm6vjPXyPQe"
}, },
{ {
"__type__": "cc.Sprite", "__type__": "cc.Sprite",
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 21 "__id__": 24
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -1373,7 +1314,7 @@ ...@@ -1373,7 +1314,7 @@
"_srcBlendFactor": 770, "_srcBlendFactor": 770,
"_dstBlendFactor": 771, "_dstBlendFactor": 771,
"_spriteFrame": { "_spriteFrame": {
"__uuid__": "577b0319-8a9a-4503-ab96-f3dd5b000a53" "__uuid__": "f9c94281-5c01-40d5-92fb-65fb17349815"
}, },
"_type": 0, "_type": 0,
"_sizeMode": 1, "_sizeMode": 1,
...@@ -1387,29 +1328,25 @@ ...@@ -1387,29 +1328,25 @@
"_fillRange": 0, "_fillRange": 0,
"_isTrimmedMode": true, "_isTrimmedMode": true,
"_atlas": null, "_atlas": null,
"_id": "ddD9Y9o9ZOA56cyfQFZpK7" "_id": "43f4gcSXBGFb/RUPf89aFw"
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "sub_1", "_name": "line2",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 20 "__id__": 19
}, },
"_children": [ "_children": [
{ {
"__id__": 29 "__id__": 27
}, },
{ {
"__id__": 31 "__id__": 29
} }
], ],
"_active": true, "_active": true,
"_components": [ "_components": [],
{
"__id__": 34
}
],
"_prefab": null, "_prefab": null,
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -1421,8 +1358,8 @@ ...@@ -1421,8 +1358,8 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 430, "width": 152,
"height": 68 "height": 85
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
...@@ -1433,8 +1370,8 @@ ...@@ -1433,8 +1370,8 @@
"__type__": "TypedArray", "__type__": "TypedArray",
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
211, -162.939,
183, 126.006,
0, 0,
0, 0,
0, 0,
...@@ -1456,20 +1393,20 @@ ...@@ -1456,20 +1393,20 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "436SzgtKZCXZUzJkrbsFJF" "_id": "dbo3NxXF1IW7VNgxutN93w"
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "combined-shape_3", "_name": "line0",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 28 "__id__": 26
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 30 "__id__": 28
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -1483,8 +1420,8 @@ ...@@ -1483,8 +1420,8 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 430, "width": 152,
"height": 68 "height": 85
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
...@@ -1518,14 +1455,14 @@ ...@@ -1518,14 +1455,14 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "f3xOOOQ59HO5idxlaszg8z" "_id": "51dMKBWxZCKrwNlZuF9PEt"
}, },
{ {
"__type__": "cc.Sprite", "__type__": "cc.Sprite",
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 29 "__id__": 27
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -1536,7 +1473,7 @@ ...@@ -1536,7 +1473,7 @@
"_srcBlendFactor": 770, "_srcBlendFactor": 770,
"_dstBlendFactor": 771, "_dstBlendFactor": 771,
"_spriteFrame": { "_spriteFrame": {
"__uuid__": "39ce2398-164a-4dba-829f-646ed523cd4a" "__uuid__": "48a4a851-1ce1-4e02-be55-229591cf3e36"
}, },
"_type": 0, "_type": 0,
"_sizeMode": 1, "_sizeMode": 1,
...@@ -1550,23 +1487,86 @@ ...@@ -1550,23 +1487,86 @@
"_fillRange": 0, "_fillRange": 0,
"_isTrimmedMode": true, "_isTrimmedMode": true,
"_atlas": null, "_atlas": null,
"_id": "6bZlZbzAhHC4CWI1RHHQVy" "_id": "0cX/zUZqFNooUBcSvogu3x"
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "txt", "_name": "line1",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 28 "__id__": 26
}, },
"_children": [], "_children": [
"_active": true, {
"__id__": 30
}
],
"_active": false,
"_components": [ "_components": [
{ {
"__id__": 32 "__id__": 32
}
],
"_prefab": null,
"_opacity": 255,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_contentSize": {
"__type__": "cc.Size",
"width": 203,
"height": 51
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_trs": {
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
247.13,
43.5,
0,
0,
0,
0,
1,
-1,
1,
-1
]
},
"_eulerAngles": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"_groupIndex": 0,
"groupIndex": 0,
"_id": "55KhUpHk5Ce7/AXFs6e5iZ"
}, },
{ {
"__id__": 33 "__type__": "cc.Node",
"_name": "combined-shape-copy-2",
"_objFlags": 0,
"_parent": {
"__id__": 29
},
"_children": [],
"_active": true,
"_components": [
{
"__id__": 31
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -1580,8 +1580,8 @@ ...@@ -1580,8 +1580,8 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 178.06, "width": 87,
"height": 56.4 "height": 85
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
...@@ -1592,8 +1592,8 @@ ...@@ -1592,8 +1592,8 @@
"__type__": "TypedArray", "__type__": "TypedArray",
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
66.223, 142.3,
4.552, -52.92,
0, 0,
0, 0,
0, 0,
...@@ -1615,14 +1615,14 @@ ...@@ -1615,14 +1615,14 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "car37K+MRDB5euFC63GZKt" "_id": "ffd9HZmctDL5yHDvYP1uf/"
}, },
{ {
"__type__": "cc.Label", "__type__": "cc.Sprite",
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 31 "__id__": 30
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -1632,50 +1632,29 @@ ...@@ -1632,50 +1632,29 @@
], ],
"_srcBlendFactor": 770, "_srcBlendFactor": 770,
"_dstBlendFactor": 771, "_dstBlendFactor": 771,
"_string": "Compare", "_spriteFrame": {
"_N$string": "Compare", "__uuid__": "46aaad2d-77df-45d6-ab63-a80468d0330a"
"_fontSize": 42,
"_lineHeight": 40,
"_enableWrapText": true,
"_N$file": {
"__uuid__": "c551970e-b095-45f3-9f1d-25cde8b8deb1"
},
"_isSystemFontUsed": false,
"_spacingX": 0,
"_batchAsBitmap": false,
"_styleFlags": 0,
"_underlineHeight": 0,
"_N$horizontalAlign": 1,
"_N$verticalAlign": 1,
"_N$fontFamily": "Arial",
"_N$overflow": 0,
"_N$cacheMode": 0,
"_id": "352Zi2NBJGYKeMbWzimzMd"
},
{
"__type__": "cc.LabelOutline",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 31
}, },
"_enabled": true, "_type": 0,
"_color": { "_sizeMode": 1,
"__type__": "cc.Color", "_fillType": 0,
"r": 166, "_fillCenter": {
"g": 60, "__type__": "cc.Vec2",
"b": 28, "x": 0,
"a": 255 "y": 0
}, },
"_width": 3, "_fillStart": 0,
"_id": "d44DakQ/JPUoXuzE8o37p0" "_fillRange": 0,
"_isTrimmedMode": true,
"_atlas": null,
"_id": "79I1KNraNHPoIzJ5LMZsOu"
}, },
{ {
"__type__": "cc.Sprite", "__type__": "cc.Sprite",
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 28 "__id__": 29
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -1686,7 +1665,7 @@ ...@@ -1686,7 +1665,7 @@
"_srcBlendFactor": 770, "_srcBlendFactor": 770,
"_dstBlendFactor": 771, "_dstBlendFactor": 771,
"_spriteFrame": { "_spriteFrame": {
"__uuid__": "39ce2398-164a-4dba-829f-646ed523cd4a" "__uuid__": "41069ac1-9cb1-4f02-a98a-19a4f17af6e2"
}, },
"_type": 0, "_type": 0,
"_sizeMode": 1, "_sizeMode": 1,
...@@ -1700,21 +1679,21 @@ ...@@ -1700,21 +1679,21 @@
"_fillRange": 0, "_fillRange": 0,
"_isTrimmedMode": true, "_isTrimmedMode": true,
"_atlas": null, "_atlas": null,
"_id": "09rFGySzdO/bfBMfqsDCbM" "_id": "11LWiBvkxCJaVSeOGz0piE"
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "main", "_name": "line3",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 20 "__id__": 19
}, },
"_children": [ "_children": [
{ {
"__id__": 36 "__id__": 34
}, },
{ {
"__id__": 38 "__id__": 36
} }
], ],
"_active": true, "_active": true,
...@@ -1730,8 +1709,8 @@ ...@@ -1730,8 +1709,8 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 208, "width": 152,
"height": 88 "height": 85
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
...@@ -1742,8 +1721,8 @@ ...@@ -1742,8 +1721,8 @@
"__type__": "TypedArray", "__type__": "TypedArray",
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
0, 154.827,
207.738, 126.006,
0, 0,
0, 0,
0, 0,
...@@ -1765,20 +1744,20 @@ ...@@ -1765,20 +1744,20 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "467NIW3hFHQbnXqhza5krG" "_id": "64HCEO2ANBxrObNZsAKRxs"
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "oval-18", "_name": "line0",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 35 "__id__": 33
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 37 "__id__": 35
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -1792,8 +1771,8 @@ ...@@ -1792,8 +1771,8 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 208, "width": 152,
"height": 88 "height": 85
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
...@@ -1811,7 +1790,7 @@ ...@@ -1811,7 +1790,7 @@
0, 0,
0, 0,
1, 1,
1, -1,
1, 1,
1 1
] ]
...@@ -1827,14 +1806,14 @@ ...@@ -1827,14 +1806,14 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "ebDQO8FONFOqBBja5qTMwD" "_id": "e54rR/ABtIPLAoVMItLaip"
}, },
{ {
"__type__": "cc.Sprite", "__type__": "cc.Sprite",
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 36 "__id__": 34
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -1845,7 +1824,7 @@ ...@@ -1845,7 +1824,7 @@
"_srcBlendFactor": 770, "_srcBlendFactor": 770,
"_dstBlendFactor": 771, "_dstBlendFactor": 771,
"_spriteFrame": { "_spriteFrame": {
"__uuid__": "817eb1a2-dace-4cc4-8f23-4a03b692dbb6" "__uuid__": "48a4a851-1ce1-4e02-be55-229591cf3e36"
}, },
"_type": 0, "_type": 0,
"_sizeMode": 1, "_sizeMode": 1,
...@@ -1859,23 +1838,24 @@ ...@@ -1859,23 +1838,24 @@
"_fillRange": 0, "_fillRange": 0,
"_isTrimmedMode": true, "_isTrimmedMode": true,
"_atlas": null, "_atlas": null,
"_id": "3arUHSTHBPkLUpOPQ3yqm+" "_id": "067suYGtNMyIZGqh6txfAd"
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "txt", "_name": "line1",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 35 "__id__": 33
}, },
"_children": [], "_children": [
"_active": true, {
"__id__": 37
}
],
"_active": false,
"_components": [ "_components": [
{ {
"__id__": 39 "__id__": 39
},
{
"__id__": 40
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -1889,8 +1869,8 @@ ...@@ -1889,8 +1869,8 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 178.06, "width": 203,
"height": 56.4 "height": 51
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
...@@ -1901,8 +1881,8 @@ ...@@ -1901,8 +1881,8 @@
"__type__": "TypedArray", "__type__": "TypedArray",
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
-1.798, -245.502,
4.552, 43.5,
0, 0,
0, 0,
0, 0,
...@@ -1924,81 +1904,22 @@ ...@@ -1924,81 +1904,22 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "1e1HydUbNH0Lf6uiVFS4CS" "_id": "ea2Xx1okVNZYInZAsEgmlN"
},
{
"__type__": "cc.Label",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 38
},
"_enabled": true,
"_materials": [
{
"__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
}
],
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_string": "Compare",
"_N$string": "Compare",
"_fontSize": 42,
"_lineHeight": 40,
"_enableWrapText": true,
"_N$file": {
"__uuid__": "c551970e-b095-45f3-9f1d-25cde8b8deb1"
},
"_isSystemFontUsed": false,
"_spacingX": 0,
"_batchAsBitmap": false,
"_styleFlags": 0,
"_underlineHeight": 0,
"_N$horizontalAlign": 1,
"_N$verticalAlign": 1,
"_N$fontFamily": "Arial",
"_N$overflow": 0,
"_N$cacheMode": 0,
"_id": "4dOWUWrcJLNoAOLcPD5MkO"
},
{
"__type__": "cc.LabelOutline",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 38
},
"_enabled": true,
"_color": {
"__type__": "cc.Color",
"r": 166,
"g": 60,
"b": 28,
"a": 255
},
"_width": 3,
"_id": "a16GgfecdEI6fIEAKQ7SZv"
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "son_0", "_name": "combined-shape-copy-2",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 20 "__id__": 36
},
"_children": [
{
"__id__": 42
},
{
"__id__": 44
}, },
"_children": [],
"_active": true,
"_components": [
{ {
"__id__": 46 "__id__": 38
} }
], ],
"_active": false,
"_components": [],
"_prefab": null, "_prefab": null,
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
...@@ -2010,7 +1931,1431 @@ ...@@ -2010,7 +1931,1431 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 0, "width": 87,
"height": 85
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_trs": {
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
142.3,
-52.92,
0,
0,
0,
0,
1,
1,
1,
1
]
},
"_eulerAngles": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"_groupIndex": 0,
"groupIndex": 0,
"_id": "30NGGBeGNMipQQTqMqx/6C"
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 37
},
"_enabled": true,
"_materials": [
{
"__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
}
],
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_spriteFrame": {
"__uuid__": "46aaad2d-77df-45d6-ab63-a80468d0330a"
},
"_type": 0,
"_sizeMode": 1,
"_fillType": 0,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_atlas": null,
"_id": "683SJTpXFA14ucEwgWqz3w"
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 36
},
"_enabled": true,
"_materials": [
{
"__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
}
],
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_spriteFrame": {
"__uuid__": "41069ac1-9cb1-4f02-a98a-19a4f17af6e2"
},
"_type": 0,
"_sizeMode": 1,
"_fillType": 0,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_atlas": null,
"_id": "b6GcNu4eRCX53s7Hi5sJgx"
},
{
"__type__": "cc.Node",
"_name": "line4",
"_objFlags": 0,
"_parent": {
"__id__": 19
},
"_children": [
{
"__id__": 41
}
],
"_active": true,
"_components": [],
"_prefab": null,
"_opacity": 255,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_contentSize": {
"__type__": "cc.Size",
"width": 15,
"height": 70
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_trs": {
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
301.739,
133.199,
0,
0,
0,
0,
1,
1,
1,
1
]
},
"_eulerAngles": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"_groupIndex": 0,
"groupIndex": 0,
"_id": "f0MdLq1zZPZqXgpXHNmxUB"
},
{
"__type__": "cc.Node",
"_name": "line0",
"_objFlags": 0,
"_parent": {
"__id__": 40
},
"_children": [],
"_active": true,
"_components": [
{
"__id__": 42
}
],
"_prefab": null,
"_opacity": 255,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_contentSize": {
"__type__": "cc.Size",
"width": 15,
"height": 70
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_trs": {
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
0,
0,
0,
0,
0,
0,
1,
1,
1,
1
]
},
"_eulerAngles": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"_groupIndex": 0,
"groupIndex": 0,
"_id": "fclWj/ah5A/aIOaQaK6eQR"
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 41
},
"_enabled": true,
"_materials": [
{
"__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
}
],
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_spriteFrame": {
"__uuid__": "f9c94281-5c01-40d5-92fb-65fb17349815"
},
"_type": 0,
"_sizeMode": 1,
"_fillType": 0,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_atlas": null,
"_id": "6fJbVCVuNC0rIuwL9+y6eO"
},
{
"__type__": "cc.Node",
"_name": "line5",
"_objFlags": 0,
"_parent": {
"__id__": 19
},
"_children": [
{
"__id__": 44
}
],
"_active": true,
"_components": [],
"_prefab": null,
"_opacity": 255,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_contentSize": {
"__type__": "cc.Size",
"width": 102,
"height": 104
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_trs": {
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
438.963,
144.27,
0,
0,
0,
0,
1,
1,
1,
1
]
},
"_eulerAngles": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"_groupIndex": 0,
"groupIndex": 0,
"_id": "49A3rXrwpEFpw16laaZROr"
},
{
"__type__": "cc.Node",
"_name": "line0",
"_objFlags": 0,
"_parent": {
"__id__": 43
},
"_children": [],
"_active": true,
"_components": [
{
"__id__": 45
}
],
"_prefab": null,
"_opacity": 255,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_contentSize": {
"__type__": "cc.Size",
"width": 102,
"height": 104
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_trs": {
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
0,
0,
0,
0,
0,
0,
1,
-1,
1,
1
]
},
"_eulerAngles": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"_groupIndex": 0,
"groupIndex": 0,
"_id": "a6m3OmxUpLeJbEXR2hJMrP"
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 44
},
"_enabled": true,
"_materials": [
{
"__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
}
],
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_spriteFrame": {
"__uuid__": "a79ec948-2c32-4d8a-9de5-72756c0c8603"
},
"_type": 0,
"_sizeMode": 1,
"_fillType": 0,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_atlas": null,
"_id": "f62zuKmJ9GfaeH9RZyexH2"
},
{
"__type__": "cc.Node",
"_name": "box",
"_objFlags": 0,
"_parent": {
"__id__": 2
},
"_children": [
{
"__id__": 47
},
{
"__id__": 54
},
{
"__id__": 61
},
{
"__id__": 67
},
{
"__id__": 75
},
{
"__id__": 77
}
],
"_active": true,
"_components": [],
"_prefab": null,
"_opacity": 255,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_contentSize": {
"__type__": "cc.Size",
"width": 1280,
"height": 720
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_trs": {
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
0,
0,
0,
0,
0,
0,
1,
1,
1,
1
]
},
"_eulerAngles": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"_groupIndex": 0,
"groupIndex": 0,
"_id": "63sPfnjdFFmK5xQ6WnpROh"
},
{
"__type__": "cc.Node",
"_name": "sub_0",
"_objFlags": 0,
"_parent": {
"__id__": 46
},
"_children": [
{
"__id__": 48
},
{
"__id__": 50
}
],
"_active": true,
"_components": [
{
"__id__": 53
}
],
"_prefab": null,
"_opacity": 255,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_contentSize": {
"__type__": "cc.Size",
"width": 470,
"height": 68
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_trs": {
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
-197.77,
183,
0,
0,
0,
0,
1,
1,
1,
1
]
},
"_eulerAngles": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"_groupIndex": 0,
"groupIndex": 0,
"_id": "a7u+2roGVMRZbkc/3Xrbis"
},
{
"__type__": "cc.Node",
"_name": "combined-shape_4",
"_objFlags": 0,
"_parent": {
"__id__": 47
},
"_children": [],
"_active": true,
"_components": [
{
"__id__": 49
}
],
"_prefab": null,
"_opacity": 255,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_contentSize": {
"__type__": "cc.Size",
"width": 470,
"height": 68
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_trs": {
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
0,
0,
0,
0,
0,
0,
1,
1,
1,
1
]
},
"_eulerAngles": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"_groupIndex": 0,
"groupIndex": 0,
"_id": "a6pAGI+qJH65M1wy0gQG1G"
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 48
},
"_enabled": true,
"_materials": [
{
"__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
}
],
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_spriteFrame": {
"__uuid__": "577b0319-8a9a-4503-ab96-f3dd5b000a53"
},
"_type": 0,
"_sizeMode": 1,
"_fillType": 0,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_atlas": null,
"_id": "c3SYdhDttMzLKSgr9idT0V"
},
{
"__type__": "cc.Node",
"_name": "txt",
"_objFlags": 0,
"_parent": {
"__id__": 47
},
"_children": [],
"_active": true,
"_components": [
{
"__id__": 51
},
{
"__id__": 52
}
],
"_prefab": null,
"_opacity": 255,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_contentSize": {
"__type__": "cc.Size",
"width": 178.06,
"height": 56.4
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_trs": {
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
-93.889,
4.552,
0,
0,
0,
0,
1,
1,
1,
1
]
},
"_eulerAngles": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"_groupIndex": 0,
"groupIndex": 0,
"_id": "10wgHSEklHZqDfcnevAxo6"
},
{
"__type__": "cc.Label",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 50
},
"_enabled": true,
"_materials": [
{
"__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
}
],
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_string": "Compare",
"_N$string": "Compare",
"_fontSize": 42,
"_lineHeight": 40,
"_enableWrapText": true,
"_N$file": {
"__uuid__": "c551970e-b095-45f3-9f1d-25cde8b8deb1"
},
"_isSystemFontUsed": false,
"_spacingX": 0,
"_batchAsBitmap": false,
"_styleFlags": 0,
"_underlineHeight": 0,
"_N$horizontalAlign": 1,
"_N$verticalAlign": 1,
"_N$fontFamily": "Arial",
"_N$overflow": 0,
"_N$cacheMode": 0,
"_id": "e94TUSrRxLwoxQpQFZLleL"
},
{
"__type__": "cc.LabelOutline",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 50
},
"_enabled": true,
"_color": {
"__type__": "cc.Color",
"r": 166,
"g": 60,
"b": 28,
"a": 255
},
"_width": 3,
"_id": "e8durAReZPqpm6vjPXyPQe"
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 47
},
"_enabled": true,
"_materials": [
{
"__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
}
],
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_spriteFrame": {
"__uuid__": "577b0319-8a9a-4503-ab96-f3dd5b000a53"
},
"_type": 0,
"_sizeMode": 1,
"_fillType": 0,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_atlas": null,
"_id": "ddD9Y9o9ZOA56cyfQFZpK7"
},
{
"__type__": "cc.Node",
"_name": "sub_1",
"_objFlags": 0,
"_parent": {
"__id__": 46
},
"_children": [
{
"__id__": 55
},
{
"__id__": 57
}
],
"_active": true,
"_components": [
{
"__id__": 60
}
],
"_prefab": null,
"_opacity": 255,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_contentSize": {
"__type__": "cc.Size",
"width": 430,
"height": 68
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_trs": {
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
211,
183,
0,
0,
0,
0,
1,
1,
1,
1
]
},
"_eulerAngles": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"_groupIndex": 0,
"groupIndex": 0,
"_id": "436SzgtKZCXZUzJkrbsFJF"
},
{
"__type__": "cc.Node",
"_name": "combined-shape_3",
"_objFlags": 0,
"_parent": {
"__id__": 54
},
"_children": [],
"_active": true,
"_components": [
{
"__id__": 56
}
],
"_prefab": null,
"_opacity": 255,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_contentSize": {
"__type__": "cc.Size",
"width": 430,
"height": 68
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_trs": {
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
0,
0,
0,
0,
0,
0,
1,
1,
1,
1
]
},
"_eulerAngles": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"_groupIndex": 0,
"groupIndex": 0,
"_id": "f3xOOOQ59HO5idxlaszg8z"
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 55
},
"_enabled": true,
"_materials": [
{
"__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
}
],
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_spriteFrame": {
"__uuid__": "39ce2398-164a-4dba-829f-646ed523cd4a"
},
"_type": 0,
"_sizeMode": 1,
"_fillType": 0,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_atlas": null,
"_id": "6bZlZbzAhHC4CWI1RHHQVy"
},
{
"__type__": "cc.Node",
"_name": "txt",
"_objFlags": 0,
"_parent": {
"__id__": 54
},
"_children": [],
"_active": true,
"_components": [
{
"__id__": 58
},
{
"__id__": 59
}
],
"_prefab": null,
"_opacity": 255,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_contentSize": {
"__type__": "cc.Size",
"width": 178.06,
"height": 56.4
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_trs": {
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
66.223,
4.552,
0,
0,
0,
0,
1,
1,
1,
1
]
},
"_eulerAngles": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"_groupIndex": 0,
"groupIndex": 0,
"_id": "car37K+MRDB5euFC63GZKt"
},
{
"__type__": "cc.Label",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 57
},
"_enabled": true,
"_materials": [
{
"__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
}
],
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_string": "Compare",
"_N$string": "Compare",
"_fontSize": 42,
"_lineHeight": 40,
"_enableWrapText": true,
"_N$file": {
"__uuid__": "c551970e-b095-45f3-9f1d-25cde8b8deb1"
},
"_isSystemFontUsed": false,
"_spacingX": 0,
"_batchAsBitmap": false,
"_styleFlags": 0,
"_underlineHeight": 0,
"_N$horizontalAlign": 1,
"_N$verticalAlign": 1,
"_N$fontFamily": "Arial",
"_N$overflow": 0,
"_N$cacheMode": 0,
"_id": "352Zi2NBJGYKeMbWzimzMd"
},
{
"__type__": "cc.LabelOutline",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 57
},
"_enabled": true,
"_color": {
"__type__": "cc.Color",
"r": 166,
"g": 60,
"b": 28,
"a": 255
},
"_width": 3,
"_id": "d44DakQ/JPUoXuzE8o37p0"
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 54
},
"_enabled": true,
"_materials": [
{
"__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
}
],
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_spriteFrame": {
"__uuid__": "39ce2398-164a-4dba-829f-646ed523cd4a"
},
"_type": 0,
"_sizeMode": 1,
"_fillType": 0,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_atlas": null,
"_id": "09rFGySzdO/bfBMfqsDCbM"
},
{
"__type__": "cc.Node",
"_name": "main",
"_objFlags": 0,
"_parent": {
"__id__": 46
},
"_children": [
{
"__id__": 62
},
{
"__id__": 64
}
],
"_active": true,
"_components": [],
"_prefab": null,
"_opacity": 255,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_contentSize": {
"__type__": "cc.Size",
"width": 208,
"height": 88
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_trs": {
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
0,
207.738,
0,
0,
0,
0,
1,
1,
1,
1
]
},
"_eulerAngles": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"_groupIndex": 0,
"groupIndex": 0,
"_id": "467NIW3hFHQbnXqhza5krG"
},
{
"__type__": "cc.Node",
"_name": "oval-18",
"_objFlags": 0,
"_parent": {
"__id__": 61
},
"_children": [],
"_active": true,
"_components": [
{
"__id__": 63
}
],
"_prefab": null,
"_opacity": 255,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_contentSize": {
"__type__": "cc.Size",
"width": 208,
"height": 88
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_trs": {
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
0,
0,
0,
0,
0,
0,
1,
1,
1,
1
]
},
"_eulerAngles": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"_groupIndex": 0,
"groupIndex": 0,
"_id": "ebDQO8FONFOqBBja5qTMwD"
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 62
},
"_enabled": true,
"_materials": [
{
"__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
}
],
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_spriteFrame": {
"__uuid__": "817eb1a2-dace-4cc4-8f23-4a03b692dbb6"
},
"_type": 0,
"_sizeMode": 1,
"_fillType": 0,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_atlas": null,
"_id": "3arUHSTHBPkLUpOPQ3yqm+"
},
{
"__type__": "cc.Node",
"_name": "txt",
"_objFlags": 0,
"_parent": {
"__id__": 61
},
"_children": [],
"_active": true,
"_components": [
{
"__id__": 65
},
{
"__id__": 66
}
],
"_prefab": null,
"_opacity": 255,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_contentSize": {
"__type__": "cc.Size",
"width": 178.06,
"height": 56.4
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_trs": {
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
-1.798,
4.552,
0,
0,
0,
0,
1,
1,
1,
1
]
},
"_eulerAngles": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"_groupIndex": 0,
"groupIndex": 0,
"_id": "1e1HydUbNH0Lf6uiVFS4CS"
},
{
"__type__": "cc.Label",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 64
},
"_enabled": true,
"_materials": [
{
"__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
}
],
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_string": "Compare",
"_N$string": "Compare",
"_fontSize": 42,
"_lineHeight": 40,
"_enableWrapText": true,
"_N$file": {
"__uuid__": "c551970e-b095-45f3-9f1d-25cde8b8deb1"
},
"_isSystemFontUsed": false,
"_spacingX": 0,
"_batchAsBitmap": false,
"_styleFlags": 0,
"_underlineHeight": 0,
"_N$horizontalAlign": 1,
"_N$verticalAlign": 1,
"_N$fontFamily": "Arial",
"_N$overflow": 0,
"_N$cacheMode": 0,
"_id": "4dOWUWrcJLNoAOLcPD5MkO"
},
{
"__type__": "cc.LabelOutline",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 64
},
"_enabled": true,
"_color": {
"__type__": "cc.Color",
"r": 166,
"g": 60,
"b": 28,
"a": 255
},
"_width": 3,
"_id": "a16GgfecdEI6fIEAKQ7SZv"
},
{
"__type__": "cc.Node",
"_name": "son_0",
"_objFlags": 0,
"_parent": {
"__id__": 46
},
"_children": [
{
"__id__": 68
},
{
"__id__": 70
},
{
"__id__": 72
}
],
"_active": true,
"_components": [],
"_prefab": null,
"_opacity": 255,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_contentSize": {
"__type__": "cc.Size",
"width": 0,
"height": 0 "height": 0
}, },
"_anchorPoint": { "_anchorPoint": {
...@@ -2049,16 +3394,16 @@ ...@@ -2049,16 +3394,16 @@
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "oval-2-copy-9", "_name": "bg_blue",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 41 "__id__": 67
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 43 "__id__": 69
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -2114,7 +3459,7 @@ ...@@ -2114,7 +3459,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 42 "__id__": 68
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -2143,16 +3488,16 @@ ...@@ -2143,16 +3488,16 @@
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "oval-2-copy-10", "_name": "bg_green",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 41 "__id__": 67
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 45 "__id__": 71
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -2208,7 +3553,7 @@ ...@@ -2208,7 +3553,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 44 "__id__": 70
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -2240,16 +3585,16 @@ ...@@ -2240,16 +3585,16 @@
"_name": "txt", "_name": "txt",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 41 "__id__": 67
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 47 "__id__": 73
}, },
{ {
"__id__": 48 "__id__": 74
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -2305,7 +3650,7 @@ ...@@ -2305,7 +3650,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 46 "__id__": 72
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -2340,7 +3685,7 @@ ...@@ -2340,7 +3685,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 46 "__id__": 72
}, },
"_enabled": true, "_enabled": true,
"_color": { "_color": {
...@@ -2358,13 +3703,13 @@ ...@@ -2358,13 +3703,13 @@
"_name": "box_0", "_name": "box_0",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 20 "__id__": 46
}, },
"_children": [], "_children": [],
"_active": false, "_active": false,
"_components": [ "_components": [
{ {
"__id__": 50 "__id__": 76
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -2420,7 +3765,7 @@ ...@@ -2420,7 +3765,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 49 "__id__": 75
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -2452,13 +3797,13 @@ ...@@ -2452,13 +3797,13 @@
"_name": "box_1", "_name": "box_1",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 20 "__id__": 46
}, },
"_children": [], "_children": [],
"_active": false, "_active": false,
"_components": [ "_components": [
{ {
"__id__": 52 "__id__": 78
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -2514,7 +3859,7 @@ ...@@ -2514,7 +3859,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 51 "__id__": 77
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -2550,10 +3895,7 @@ ...@@ -2550,10 +3895,7 @@
}, },
"_children": [ "_children": [
{ {
"__id__": 54 "__id__": 80
},
{
"__id__": 62
} }
], ],
"_active": true, "_active": true,
...@@ -2611,23 +3953,32 @@ ...@@ -2611,23 +3953,32 @@
"_name": "item", "_name": "item",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 53 "__id__": 79
}, },
"_children": [ "_children": [
{ {
"__id__": 55 "__id__": 81
}, },
{ {
"__id__": 57 "__id__": 83
}, },
{ {
"__id__": 59 "__id__": 85
},
{
"__id__": 87
},
{
"__id__": 89
},
{
"__id__": 91
} }
], ],
"_active": false, "_active": false,
"_components": [ "_components": [
{ {
"__id__": 61 "__id__": 97
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -2683,13 +4034,201 @@ ...@@ -2683,13 +4034,201 @@
"_name": "bg", "_name": "bg",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 54 "__id__": 80
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 56 "__id__": 82
}
],
"_prefab": null,
"_opacity": 255,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_contentSize": {
"__type__": "cc.Size",
"width": 154,
"height": 86
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_trs": {
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
0,
0,
0,
0,
0,
0,
1,
1,
1,
1
]
},
"_eulerAngles": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"_groupIndex": 0,
"groupIndex": 0,
"_id": "a8huUh/tpLD60drFU4kV6q"
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 81
},
"_enabled": true,
"_materials": [
{
"__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
}
],
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_spriteFrame": {
"__uuid__": "14e8da8f-dacf-4974-a738-0b9bc5747dac"
},
"_type": 0,
"_sizeMode": 1,
"_fillType": 0,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_atlas": null,
"_id": "8c+NQIudxD1IajviWouzYE"
},
{
"__type__": "cc.Node",
"_name": "chose",
"_objFlags": 0,
"_parent": {
"__id__": 80
},
"_children": [],
"_active": false,
"_components": [
{
"__id__": 84
}
],
"_prefab": null,
"_opacity": 255,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_contentSize": {
"__type__": "cc.Size",
"width": 150,
"height": 80
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_trs": {
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
0,
3.294,
0,
0,
0,
0,
1,
1,
1,
1
]
},
"_eulerAngles": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"_groupIndex": 0,
"groupIndex": 0,
"_id": "59/2kqvRFKy6vHzKk61RME"
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 83
},
"_enabled": true,
"_materials": [
{
"__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
}
],
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_spriteFrame": {
"__uuid__": "86d42669-be71-4333-a47a-e75f1d141a5c"
},
"_type": 0,
"_sizeMode": 1,
"_fillType": 0,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_atlas": null,
"_id": "bcibkY6OZMxIhnlP3q8zZ/"
},
{
"__type__": "cc.Node",
"_name": "fail",
"_objFlags": 0,
"_parent": {
"__id__": 80
},
"_children": [],
"_active": false,
"_components": [
{
"__id__": 86
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -2738,14 +4277,14 @@ ...@@ -2738,14 +4277,14 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "a8huUh/tpLD60drFU4kV6q" "_id": "4btWg51LBA9awol/+5kis7"
}, },
{ {
"__type__": "cc.Sprite", "__type__": "cc.Sprite",
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 55 "__id__": 85
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -2756,7 +4295,7 @@ ...@@ -2756,7 +4295,7 @@
"_srcBlendFactor": 770, "_srcBlendFactor": 770,
"_dstBlendFactor": 771, "_dstBlendFactor": 771,
"_spriteFrame": { "_spriteFrame": {
"__uuid__": "14e8da8f-dacf-4974-a738-0b9bc5747dac" "__uuid__": "104f34e0-1777-4bd6-ba34-c0c1da5a0882"
}, },
"_type": 0, "_type": 0,
"_sizeMode": 1, "_sizeMode": 1,
...@@ -2770,20 +4309,20 @@ ...@@ -2770,20 +4309,20 @@
"_fillRange": 0, "_fillRange": 0,
"_isTrimmedMode": true, "_isTrimmedMode": true,
"_atlas": null, "_atlas": null,
"_id": "8c+NQIudxD1IajviWouzYE" "_id": "d3Q3fGaodBqJankZdCl+Qq"
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "icon", "_name": "icon",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 54 "__id__": 80
}, },
"_children": [], "_children": [],
"_active": true, "_active": false,
"_components": [ "_components": [
{ {
"__id__": 58 "__id__": 88
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -2839,7 +4378,7 @@ ...@@ -2839,7 +4378,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 57 "__id__": 87
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -2871,13 +4410,13 @@ ...@@ -2871,13 +4410,13 @@
"_name": "txt", "_name": "txt",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 54 "__id__": 80
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 60 "__id__": 90
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -2891,7 +4430,7 @@ ...@@ -2891,7 +4430,7 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 76.61, "width": 127.61,
"height": 50.4 "height": 50.4
}, },
"_anchorPoint": { "_anchorPoint": {
...@@ -2933,7 +4472,7 @@ ...@@ -2933,7 +4472,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 59 "__id__": 89
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -2959,102 +4498,29 @@ ...@@ -2959,102 +4498,29 @@
"_N$horizontalAlign": 1, "_N$horizontalAlign": 1,
"_N$verticalAlign": 1, "_N$verticalAlign": 1,
"_N$fontFamily": "Arial", "_N$fontFamily": "Arial",
"_N$overflow": 0, "_N$overflow": 2,
"_N$cacheMode": 0, "_N$cacheMode": 0,
"_id": "702hWty75DUbyT8g9hK7qe" "_id": "702hWty75DUbyT8g9hK7qe"
}, },
{
"__type__": "cc.Button",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 54
},
"_enabled": true,
"_normalMaterial": null,
"_grayMaterial": null,
"duration": 0.1,
"zoomScale": 1.2,
"clickEvents": [],
"_N$interactable": true,
"_N$enableAutoGrayEffect": false,
"_N$transition": 0,
"transition": 0,
"_N$normalColor": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_N$pressedColor": {
"__type__": "cc.Color",
"r": 211,
"g": 211,
"b": 211,
"a": 255
},
"pressedColor": {
"__type__": "cc.Color",
"r": 211,
"g": 211,
"b": 211,
"a": 255
},
"_N$hoverColor": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"hoverColor": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
"_N$disabledColor": {
"__type__": "cc.Color",
"r": 124,
"g": 124,
"b": 124,
"a": 255
},
"_N$normalSprite": null,
"_N$pressedSprite": null,
"pressedSprite": null,
"_N$hoverSprite": null,
"hoverSprite": null,
"_N$disabledSprite": null,
"_N$target": {
"__id__": 54
},
"_id": "58IQ76yf1KT71BqZoNtHOV"
},
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "item", "_name": "success",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 53 "__id__": 80
}, },
"_children": [ "_children": [
{ {
"__id__": 63 "__id__": 92
},
{
"__id__": 65
}, },
{ {
"__id__": 67 "__id__": 94
} }
], ],
"_active": false, "_active": false,
"_components": [ "_components": [
{ {
"__id__": 69 "__id__": 96
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -3068,8 +4534,8 @@ ...@@ -3068,8 +4534,8 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 160, "width": 124,
"height": 90 "height": 47
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
...@@ -3080,8 +4546,8 @@ ...@@ -3080,8 +4546,8 @@
"__type__": "TypedArray", "__type__": "TypedArray",
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
-328.242, 0,
-212.343, 0,
0, 0,
0, 0,
0, 0,
...@@ -3103,35 +4569,35 @@ ...@@ -3103,35 +4569,35 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "25XPqqie1MHb/uu4F4uxv6" "_id": "6cuxtgYfNKpLxdY+XSixlJ"
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "bg", "_name": "txt",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 62 "__id__": 91
}, },
"_children": [], "_children": [],
"_active": true, "_active": false,
"_components": [ "_components": [
{ {
"__id__": 64 "__id__": 93
} }
], ],
"_prefab": null, "_prefab": null,
"_opacity": 255, "_opacity": 255,
"_color": { "_color": {
"__type__": "cc.Color", "__type__": "cc.Color",
"r": 255, "r": 166,
"g": 255, "g": 60,
"b": 255, "b": 28,
"a": 255 "a": 255
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 154, "width": 96.61,
"height": 86 "height": 30
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
...@@ -3143,7 +4609,7 @@ ...@@ -3143,7 +4609,7 @@
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
0, 0,
0, 3.041,
0, 0,
0, 0,
0, 0,
...@@ -3165,14 +4631,14 @@ ...@@ -3165,14 +4631,14 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "0fclNIa19NY42oeZW7N9/H" "_id": "5eBvYrgd1JPouUIREENlZH"
}, },
{ {
"__type__": "cc.Sprite", "__type__": "cc.Label",
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 63 "__id__": 92
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -3182,35 +4648,38 @@ ...@@ -3182,35 +4648,38 @@
], ],
"_srcBlendFactor": 770, "_srcBlendFactor": 770,
"_dstBlendFactor": 771, "_dstBlendFactor": 771,
"_spriteFrame": { "_string": "milk",
"__uuid__": "14e8da8f-dacf-4974-a738-0b9bc5747dac" "_N$string": "milk",
}, "_fontSize": 30,
"_type": 0, "_lineHeight": 30,
"_sizeMode": 1, "_enableWrapText": true,
"_fillType": 0, "_N$file": {
"_fillCenter": { "__uuid__": "c551970e-b095-45f3-9f1d-25cde8b8deb1"
"__type__": "cc.Vec2",
"x": 0,
"y": 0
}, },
"_fillStart": 0, "_isSystemFontUsed": false,
"_fillRange": 0, "_spacingX": 0,
"_isTrimmedMode": true, "_batchAsBitmap": false,
"_atlas": null, "_styleFlags": 0,
"_id": "femHrnsd5K97WMbOPcM+m5" "_underlineHeight": 0,
"_N$horizontalAlign": 1,
"_N$verticalAlign": 1,
"_N$fontFamily": "Arial",
"_N$overflow": 2,
"_N$cacheMode": 0,
"_id": "b8q4TU1oBAVpAQGQyZUMqd"
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "icon", "_name": "icon",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 62 "__id__": 91
}, },
"_children": [], "_children": [],
"_active": true, "_active": false,
"_components": [ "_components": [
{ {
"__id__": 66 "__id__": 95
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -3224,102 +4693,8 @@ ...@@ -3224,102 +4693,8 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 80, "width": 60,
"height": 48 "height": 36
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_trs": {
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
0,
0,
0,
0,
0,
0,
1,
1,
1,
1
]
},
"_eulerAngles": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_skewX": 0,
"_skewY": 0,
"_is3DNode": false,
"_groupIndex": 0,
"groupIndex": 0,
"_id": "4f1D0ErTJDPJHQKVA+eqmm"
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 65
},
"_enabled": true,
"_materials": [
{
"__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
}
],
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_spriteFrame": {
"__uuid__": "405a5ae7-9f20-4d23-8681-455a17ac3514"
},
"_type": 0,
"_sizeMode": 1,
"_fillType": 0,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_atlas": null,
"_id": "b2fEsf5sdBbIQ+JSFX7jVx"
},
{
"__type__": "cc.Node",
"_name": "txt",
"_objFlags": 0,
"_parent": {
"__id__": 62
},
"_children": [],
"_active": true,
"_components": [
{
"__id__": 68
}
],
"_prefab": null,
"_opacity": 255,
"_color": {
"__type__": "cc.Color",
"r": 166,
"g": 60,
"b": 28,
"a": 255
},
"_contentSize": {
"__type__": "cc.Size",
"width": 76.61,
"height": 50.4
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
...@@ -3331,7 +4706,7 @@ ...@@ -3331,7 +4706,7 @@
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
0, 0,
0, 2.496,
0, 0,
0, 0,
0, 0,
...@@ -3353,14 +4728,14 @@ ...@@ -3353,14 +4728,14 @@
"_is3DNode": false, "_is3DNode": false,
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"_id": "a4TCBT1bhGRYOvAOZu5PGl" "_id": "999vVDKddOP6PajhLxyxr2"
}, },
{ {
"__type__": "cc.Label", "__type__": "cc.Sprite",
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 67 "__id__": 94
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -3370,32 +4745,61 @@ ...@@ -3370,32 +4745,61 @@
], ],
"_srcBlendFactor": 770, "_srcBlendFactor": 770,
"_dstBlendFactor": 771, "_dstBlendFactor": 771,
"_string": "milk", "_spriteFrame": {
"_N$string": "milk", "__uuid__": "405a5ae7-9f20-4d23-8681-455a17ac3514"
"_fontSize": 38,
"_lineHeight": 40,
"_enableWrapText": true,
"_N$file": {
"__uuid__": "c551970e-b095-45f3-9f1d-25cde8b8deb1"
}, },
"_isSystemFontUsed": false, "_type": 0,
"_spacingX": 0, "_sizeMode": 0,
"_batchAsBitmap": false, "_fillType": 0,
"_styleFlags": 0, "_fillCenter": {
"_underlineHeight": 0, "__type__": "cc.Vec2",
"_N$horizontalAlign": 1, "x": 0,
"_N$verticalAlign": 1, "y": 0
"_N$fontFamily": "Arial", },
"_N$overflow": 0, "_fillStart": 0,
"_N$cacheMode": 0, "_fillRange": 0,
"_id": "a1+MQfX41E3IBRHXnYSliU" "_isTrimmedMode": true,
"_atlas": null,
"_id": "afhuZbOO5Btafw9EsDp4gg"
},
{
"__type__": "cc.Sprite",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 91
},
"_enabled": true,
"_materials": [
{
"__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
}
],
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_spriteFrame": {
"__uuid__": "efc40866-ef82-4fac-b41b-99795e03cf96"
},
"_type": 0,
"_sizeMode": 1,
"_fillType": 0,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,
"y": 0
},
"_fillStart": 0,
"_fillRange": 0,
"_isTrimmedMode": true,
"_atlas": null,
"_id": "9dcsGZmXlF+7i55Mt4Z1NI"
}, },
{ {
"__type__": "cc.Button", "__type__": "cc.Button",
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 62 "__id__": 80
}, },
"_enabled": true, "_enabled": true,
"_normalMaterial": null, "_normalMaterial": null,
...@@ -3456,9 +4860,9 @@ ...@@ -3456,9 +4860,9 @@
"hoverSprite": null, "hoverSprite": null,
"_N$disabledSprite": null, "_N$disabledSprite": null,
"_N$target": { "_N$target": {
"__id__": 62 "__id__": 80
}, },
"_id": "7ayQ3f6atAS7c2pb2wuuAa" "_id": "58IQ76yf1KT71BqZoNtHOV"
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
...@@ -3471,10 +4875,10 @@ ...@@ -3471,10 +4875,10 @@
"_active": false, "_active": false,
"_components": [ "_components": [
{ {
"__id__": 71 "__id__": 99
}, },
{ {
"__id__": 72 "__id__": 100
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -3530,7 +4934,7 @@ ...@@ -3530,7 +4934,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 70 "__id__": 98
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -3562,7 +4966,7 @@ ...@@ -3562,7 +4966,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 70 "__id__": 98
}, },
"_enabled": true, "_enabled": true,
"_normalMaterial": null, "_normalMaterial": null,
...@@ -3623,7 +5027,7 @@ ...@@ -3623,7 +5027,7 @@
"hoverSprite": null, "hoverSprite": null,
"_N$disabledSprite": null, "_N$disabledSprite": null,
"_N$target": { "_N$target": {
"__id__": 70 "__id__": 98
}, },
"_id": "86ErSTSUhP26kFUGhhqqPn" "_id": "86ErSTSUhP26kFUGhhqqPn"
}, },
...@@ -3638,10 +5042,10 @@ ...@@ -3638,10 +5042,10 @@
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 74 "__id__": 102
}, },
{ {
"__id__": 75 "__id__": 103
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -3697,7 +5101,7 @@ ...@@ -3697,7 +5101,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 73 "__id__": 101
}, },
"_enabled": true, "_enabled": true,
"_layoutSize": { "_layoutSize": {
...@@ -3729,7 +5133,7 @@ ...@@ -3729,7 +5133,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 73 "__id__": 101
}, },
"_enabled": true, "_enabled": true,
"alignMode": 1, "alignMode": 1,
...@@ -3878,7 +5282,7 @@ ...@@ -3878,7 +5282,7 @@
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 79 "__id__": 107
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -3934,7 +5338,7 @@ ...@@ -3934,7 +5338,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 78 "__id__": 106
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -3978,13 +5382,13 @@ ...@@ -3978,13 +5382,13 @@
}, },
"_children": [ "_children": [
{ {
"__id__": 81 "__id__": 109
} }
], ],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 85 "__id__": 113
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -4040,17 +5444,17 @@ ...@@ -4040,17 +5444,17 @@
"_name": "Star", "_name": "Star",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 80 "__id__": 108
}, },
"_children": [ "_children": [
{ {
"__id__": 82 "__id__": 110
} }
], ],
"_active": false, "_active": false,
"_components": [ "_components": [
{ {
"__id__": 84 "__id__": 112
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -4106,13 +5510,13 @@ ...@@ -4106,13 +5510,13 @@
"_name": "StarBig", "_name": "StarBig",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 81 "__id__": 109
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 83 "__id__": 111
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -4168,7 +5572,7 @@ ...@@ -4168,7 +5572,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 82 "__id__": 110
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -4200,7 +5604,7 @@ ...@@ -4200,7 +5604,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 81 "__id__": 109
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -4232,7 +5636,7 @@ ...@@ -4232,7 +5636,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 80 "__id__": 108
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -4268,22 +5672,22 @@ ...@@ -4268,22 +5672,22 @@
}, },
"_children": [ "_children": [
{ {
"__id__": 87 "__id__": 115
}, },
{ {
"__id__": 89 "__id__": 117
}, },
{ {
"__id__": 91 "__id__": 119
}, },
{ {
"__id__": 93 "__id__": 121
}, },
{ {
"__id__": 95 "__id__": 123
}, },
{ {
"__id__": 97 "__id__": 125
} }
], ],
"_active": true, "_active": true,
...@@ -4341,13 +5745,13 @@ ...@@ -4341,13 +5745,13 @@
"_name": "bg_sahua", "_name": "bg_sahua",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 86 "__id__": 114
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 88 "__id__": 116
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -4403,7 +5807,7 @@ ...@@ -4403,7 +5807,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 87 "__id__": 115
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -4435,13 +5839,13 @@ ...@@ -4435,13 +5839,13 @@
"_name": "bg_sahua", "_name": "bg_sahua",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 86 "__id__": 114
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 90 "__id__": 118
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -4497,7 +5901,7 @@ ...@@ -4497,7 +5901,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 89 "__id__": 117
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -4529,13 +5933,13 @@ ...@@ -4529,13 +5933,13 @@
"_name": "bg_sahua", "_name": "bg_sahua",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 86 "__id__": 114
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 92 "__id__": 120
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -4591,7 +5995,7 @@ ...@@ -4591,7 +5995,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 91 "__id__": 119
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -4623,13 +6027,13 @@ ...@@ -4623,13 +6027,13 @@
"_name": "bg_sahua", "_name": "bg_sahua",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 86 "__id__": 114
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 94 "__id__": 122
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -4685,7 +6089,7 @@ ...@@ -4685,7 +6089,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 93 "__id__": 121
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -4717,13 +6121,13 @@ ...@@ -4717,13 +6121,13 @@
"_name": "bg_sahua", "_name": "bg_sahua",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 86 "__id__": 114
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 96 "__id__": 124
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -4779,7 +6183,7 @@ ...@@ -4779,7 +6183,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 95 "__id__": 123
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -4811,13 +6215,13 @@ ...@@ -4811,13 +6215,13 @@
"_name": "bg_sahua", "_name": "bg_sahua",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 86 "__id__": 114
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 98 "__id__": 126
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -4873,7 +6277,7 @@ ...@@ -4873,7 +6277,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 97 "__id__": 125
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -4909,19 +6313,19 @@ ...@@ -4909,19 +6313,19 @@
}, },
"_children": [ "_children": [
{ {
"__id__": 100 "__id__": 128
}, },
{ {
"__id__": 105 "__id__": 133
}, },
{ {
"__id__": 110 "__id__": 138
}, },
{ {
"__id__": 115 "__id__": 143
}, },
{ {
"__id__": 120 "__id__": 148
} }
], ],
"_active": true, "_active": true,
...@@ -4979,11 +6383,11 @@ ...@@ -4979,11 +6383,11 @@
"_name": "quadBase", "_name": "quadBase",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 99 "__id__": 127
}, },
"_children": [ "_children": [
{ {
"__id__": 101 "__id__": 129
} }
], ],
"_active": true, "_active": true,
...@@ -5041,17 +6445,17 @@ ...@@ -5041,17 +6445,17 @@
"_name": "quad", "_name": "quad",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 100 "__id__": 128
}, },
"_children": [ "_children": [
{ {
"__id__": 102 "__id__": 130
} }
], ],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 104 "__id__": 132
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -5107,13 +6511,13 @@ ...@@ -5107,13 +6511,13 @@
"_name": "paper", "_name": "paper",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 101 "__id__": 129
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 103 "__id__": 131
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -5169,7 +6573,7 @@ ...@@ -5169,7 +6573,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 102 "__id__": 130
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -5201,7 +6605,7 @@ ...@@ -5201,7 +6605,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 101 "__id__": 129
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -5223,11 +6627,11 @@ ...@@ -5223,11 +6627,11 @@
"_name": "quadBase", "_name": "quadBase",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 99 "__id__": 127
}, },
"_children": [ "_children": [
{ {
"__id__": 106 "__id__": 134
} }
], ],
"_active": true, "_active": true,
...@@ -5285,17 +6689,17 @@ ...@@ -5285,17 +6689,17 @@
"_name": "quad", "_name": "quad",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 105 "__id__": 133
}, },
"_children": [ "_children": [
{ {
"__id__": 107 "__id__": 135
} }
], ],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 109 "__id__": 137
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -5351,13 +6755,13 @@ ...@@ -5351,13 +6755,13 @@
"_name": "paper", "_name": "paper",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 106 "__id__": 134
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 108 "__id__": 136
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -5413,7 +6817,7 @@ ...@@ -5413,7 +6817,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 107 "__id__": 135
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -5445,7 +6849,7 @@ ...@@ -5445,7 +6849,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 106 "__id__": 134
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -5467,11 +6871,11 @@ ...@@ -5467,11 +6871,11 @@
"_name": "quadBase", "_name": "quadBase",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 99 "__id__": 127
}, },
"_children": [ "_children": [
{ {
"__id__": 111 "__id__": 139
} }
], ],
"_active": true, "_active": true,
...@@ -5529,17 +6933,17 @@ ...@@ -5529,17 +6933,17 @@
"_name": "quad", "_name": "quad",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 110 "__id__": 138
}, },
"_children": [ "_children": [
{ {
"__id__": 112 "__id__": 140
} }
], ],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 114 "__id__": 142
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -5595,13 +6999,13 @@ ...@@ -5595,13 +6999,13 @@
"_name": "paper", "_name": "paper",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 111 "__id__": 139
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 113 "__id__": 141
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -5657,7 +7061,7 @@ ...@@ -5657,7 +7061,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 112 "__id__": 140
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -5689,7 +7093,7 @@ ...@@ -5689,7 +7093,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 111 "__id__": 139
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -5711,11 +7115,11 @@ ...@@ -5711,11 +7115,11 @@
"_name": "quadBase", "_name": "quadBase",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 99 "__id__": 127
}, },
"_children": [ "_children": [
{ {
"__id__": 116 "__id__": 144
} }
], ],
"_active": true, "_active": true,
...@@ -5773,17 +7177,17 @@ ...@@ -5773,17 +7177,17 @@
"_name": "quad", "_name": "quad",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 115 "__id__": 143
}, },
"_children": [ "_children": [
{ {
"__id__": 117 "__id__": 145
} }
], ],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 119 "__id__": 147
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -5839,13 +7243,13 @@ ...@@ -5839,13 +7243,13 @@
"_name": "paper", "_name": "paper",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 116 "__id__": 144
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 118 "__id__": 146
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -5901,7 +7305,7 @@ ...@@ -5901,7 +7305,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 117 "__id__": 145
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -5933,7 +7337,7 @@ ...@@ -5933,7 +7337,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 116 "__id__": 144
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -5955,11 +7359,11 @@ ...@@ -5955,11 +7359,11 @@
"_name": "quadBase", "_name": "quadBase",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 99 "__id__": 127
}, },
"_children": [ "_children": [
{ {
"__id__": 121 "__id__": 149
} }
], ],
"_active": true, "_active": true,
...@@ -6017,17 +7421,17 @@ ...@@ -6017,17 +7421,17 @@
"_name": "quad", "_name": "quad",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 120 "__id__": 148
}, },
"_children": [ "_children": [
{ {
"__id__": 122 "__id__": 150
} }
], ],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 124 "__id__": 152
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -6083,13 +7487,13 @@ ...@@ -6083,13 +7487,13 @@
"_name": "paper", "_name": "paper",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 121 "__id__": 149
}, },
"_children": [], "_children": [],
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 123 "__id__": 151
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -6145,7 +7549,7 @@ ...@@ -6145,7 +7549,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 122 "__id__": 150
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -6177,7 +7581,7 @@ ...@@ -6177,7 +7581,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 121 "__id__": 149
}, },
"_enabled": true, "_enabled": true,
"_materials": [ "_materials": [
...@@ -6205,7 +7609,7 @@ ...@@ -6205,7 +7609,7 @@
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 126 "__id__": 154
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -6261,7 +7665,7 @@ ...@@ -6261,7 +7665,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 125 "__id__": 153
}, },
"_enabled": true, "_enabled": true,
"_clip": { "_clip": {
...@@ -6286,7 +7690,7 @@ ...@@ -6286,7 +7690,7 @@
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 128 "__id__": 156
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -6342,7 +7746,7 @@ ...@@ -6342,7 +7746,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 127 "__id__": 155
}, },
"_enabled": true, "_enabled": true,
"_clip": { "_clip": {
...@@ -6367,7 +7771,7 @@ ...@@ -6367,7 +7771,7 @@
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 130 "__id__": 158
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -6423,7 +7827,7 @@ ...@@ -6423,7 +7827,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 129 "__id__": 157
}, },
"_enabled": true, "_enabled": true,
"_clip": { "_clip": {
...@@ -6448,7 +7852,7 @@ ...@@ -6448,7 +7852,7 @@
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 132 "__id__": 160
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -6504,7 +7908,7 @@ ...@@ -6504,7 +7908,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 131 "__id__": 159
}, },
"_enabled": true, "_enabled": true,
"_clip": { "_clip": {
...@@ -6529,7 +7933,7 @@ ...@@ -6529,7 +7933,7 @@
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 134 "__id__": 162
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -6585,7 +7989,7 @@ ...@@ -6585,7 +7989,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 133 "__id__": 161
}, },
"_enabled": true, "_enabled": true,
"_clip": { "_clip": {
...@@ -6610,7 +8014,7 @@ ...@@ -6610,7 +8014,7 @@
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 136 "__id__": 164
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -6666,7 +8070,7 @@ ...@@ -6666,7 +8070,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 135 "__id__": 163
}, },
"_enabled": true, "_enabled": true,
"_clip": { "_clip": {
...@@ -6691,7 +8095,7 @@ ...@@ -6691,7 +8095,7 @@
"_active": true, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 138 "__id__": 166
} }
], ],
"_prefab": null, "_prefab": null,
...@@ -6747,7 +8151,7 @@ ...@@ -6747,7 +8151,7 @@
"_name": "", "_name": "",
"_objFlags": 0, "_objFlags": 0,
"node": { "node": {
"__id__": 137 "__id__": 165
}, },
"_enabled": true, "_enabled": true,
"_clip": { "_clip": {
......
...@@ -142,18 +142,6 @@ cc.Class({ ...@@ -142,18 +142,6 @@ cc.Class({
//全局游戏 //全局游戏
_gameCode: null, _gameCode: null,
initData() { initData() {
...@@ -204,34 +192,49 @@ cc.Class({ ...@@ -204,34 +192,49 @@ cc.Class({
pg.view.setString(pg.view.find(this, "box/sub_0/txt"), this._zhuClass.child[0].title); pg.view.setString(pg.view.find(this, "box/sub_0/txt"), this._zhuClass.child[0].title);
pg.view.setString(pg.view.find(this, "box/sub_1/txt"), this._zhuClass.child[1].title); pg.view.setString(pg.view.find(this, "box/sub_1/txt"), this._zhuClass.child[1].title);
this.initSon(); this.initSon();
this.initLine();
this.initBox(); this.initBox();
this.initItems(); this.initItems();
}, },
initSon() { initSon() {
//刷新子类 //刷新子类
let son = pg.view.find(this, "box/son_0"); let item = pg.view.find(this, "box/son_0");
let box = pg.view.find(this, "box"); let parent = pg.view.find(this, "box");
let fenlei1 = this._zhuClass.child[0]; let list1 = this._zhuClass.child[0];
let fenlei2 = this._zhuClass.child[1]; let list2 = this._zhuClass.child[1];
let sonleis = fenlei1.child.concat(fenlei2.child); let list = list1.child.concat(list2.child);
let x = -480;//-291.057 let x = -480;//-291.057
let addX = 190; let addX = 190;
let y = 75; let y = 75;
for (let i = 0; i < sonleis.length; i++) { for (let i = 0; i < list.length; i++) {
let data = sonleis[i]; let data = list[i];
let sonClone = cc.instantiate(son); let itemClone = cc.instantiate(item);
sonClone.active = true; itemClone.active = true;
let posX = x + addX * i; let posX = x + addX * i;
let posY = y; let posY = y;
sonClone.x = posX; itemClone.x = posX;
sonClone.y = posY; itemClone.y = posY;
sonClone.data = data; itemClone.data = data;
pg.view.setString(pg.view.find(sonClone, "txt"), data.title); pg.view.setString(pg.view.find(itemClone, "txt"), data.title);
box.addChild(sonClone); pg.view.visible(pg.view.find(itemClone, "bg_blue"), data.type == 0);
pg.view.visible(pg.view.find(itemClone, "bg_green"), data.type == 1);
parent.addChild(itemClone);
} }
}, },
initLine() {
//刷新子类
let parent = pg.view.find(this, "line");
let list1 = this._zhuClass.child[0];
let list2 = this._zhuClass.child[1];
let list = list1.child.concat(list2.child);
//0 1 00 11
pg.view.visible(pg.view.find(parent, "line2/line0"), list[2].type == 0);
pg.view.visible(pg.view.find(parent, "line2/line1"), list[2].type == 1);
pg.view.visible(pg.view.find(parent, "line3/line0"), list[3].type == 1);
pg.view.visible(pg.view.find(parent, "line3/line1"), list[3].type == 0);
},
initBox() { initBox() {
this._boxItems = []; this._boxItems = [];
//刷新子类 //刷新子类
...@@ -276,6 +279,11 @@ cc.Class({ ...@@ -276,6 +279,11 @@ cc.Class({
sonClone.x = posX; sonClone.x = posX;
sonClone.y = posY; sonClone.y = posY;
this.initButton(sonClone); this.initButton(sonClone);
let icon = sonClone.getChildByName("icon");
let txt = sonClone.getChildByName("txt");
icon.active = false;
txt.active = true;
pg.view.setString(txt, data.txt);
box.addChild(sonClone); box.addChild(sonClone);
} }
} else { } else {
...@@ -297,6 +305,11 @@ cc.Class({ ...@@ -297,6 +305,11 @@ cc.Class({
sonClone.scaleX = scale; sonClone.scaleX = scale;
sonClone.scaleY = scale; sonClone.scaleY = scale;
this.initButton(sonClone); this.initButton(sonClone);
let icon = sonClone.getChildByName("icon");
let txt = sonClone.getChildByName("txt");
icon.active = false;
txt.active = true;
pg.view.setString(txt, data.txt);
box.addChild(sonClone); box.addChild(sonClone);
} }
} }
...@@ -309,41 +322,88 @@ cc.Class({ ...@@ -309,41 +322,88 @@ cc.Class({
item.on(cc.Node.EventType.TOUCH_CANCEL, this.onCancelItem, this); item.on(cc.Node.EventType.TOUCH_CANCEL, this.onCancelItem, this);
}, },
onStartItem(touch) { onStartItem(touch) {
//判断是否是在原地并没有到处移动
this._startPos = cc.v2(touch.target.x, touch.target.y); this._startPos = cc.v2(touch.target.x, touch.target.y);
let touchPos = touch.getLocation(); //有点击行为不进行位移
touch.target.x = touchPos.x - 1280 / 2; // let touchPos = touch.getLocation();
touch.target.y = touchPos.y - 720 / 2; // touch.target.x = touchPos.x - 1280 / 2;
// touch.target.y = touchPos.y - 720 / 2;
}, },
onEndItem(touch) { onEndItem(touch) {
let item = touch.target;
let touchPos = touch.getLocation();
//判断是否是在原地并没有到处移动
if (this.checkCollider({
x: touchPos.x - 1280 / 2,
y: touchPos.y - 720 / 2
}, {
x: this._startPos.x,
y: this._startPos.y,
width: 50,//item.width,
height: 50,//item.height
})) {
//回归原位
item.x = this._startPos.x;
item.y = this._startPos.y;
//变换动画
ani.flipX0(item).then(() => {
let icon = item.getChildByName("icon");
let txt = item.getChildByName("txt");
if (txt.active) {
icon.active = true;
txt.active = false;
} else {
icon.active = false;
txt.active = true;
}
ani.flipX1(item);
})
return;
}
//检测碰撞 //检测碰撞
let box = this.getCollider(touch.target); let box = this.getCollider(item);
if (box) { if (box) {
//成功 失败的判断 根据id //成功 失败的判断 根据id
let successed = box.data.child.some(dt => dt.cardId == touch.target.data.cardId); let successed = box.data.child.some(dt => dt.cardId == item.data.cardId);
if (successed) { if (successed) {
alert("成功") alert("成功")
} else { } else {
alert("失败") alert("失败")
//碰撞失败退回原位置 //碰撞失败退回原位置
touch.target.x = this._startPos.x; item.x = this._startPos.x;
touch.target.y = this._startPos.y; item.y = this._startPos.y;
} }
} else { } else {
//碰撞失败退回原位置 //碰撞失败退回原位置
touch.target.x = this._startPos.x; item.x = this._startPos.x;
touch.target.y = this._startPos.y; item.y = this._startPos.y;
} }
}, },
onMoveItem(touch) { onMoveItem(touch) {
//获取到的location是 当前点击的位置 而不是按钮原本应该所在的位置。 //获取到的location是 当前点击的位置 而不是按钮原本应该所在的位置。
let touchPos = touch.getLocation(); let touchPos = touch.getLocation();
let item = touch.target;
//判断是否是在原地并没有到处移动
if (this.checkCollider({
x: touchPos.x - 1280 / 2,
y: touchPos.y - 720 / 2
}, {
x: this._startPos.x,
y: this._startPos.y,
width: 30,//item.width,
height: 30,//item.height
})) {
return;
}
touch.target.x = touchPos.x - 1280 / 2; touch.target.x = touchPos.x - 1280 / 2;
touch.target.y = touchPos.y - 720 / 2; touch.target.y = touchPos.y - 720 / 2;
}, },
onCancelItem(touch) { onCancelItem(touch) {
console.log(touch); //碰撞失败退回原位置
touch.target.x = this._startPos.x;
touch.target.y = this._startPos.y;
}, },
getCollider(item) { getCollider(item) {
for (let i = 0; i < this._boxItems.length; i++) { for (let i = 0; i < this._boxItems.length; i++) {
...@@ -363,6 +423,62 @@ cc.Class({ ...@@ -363,6 +423,62 @@ cc.Class({
// updateItem(item, data) { // updateItem(item, data) {
// let img = pg.view.find(item, `img`); // let img = pg.view.find(item, `img`);
// let txt = pg.view.find(item, `txt`); // let txt = pg.view.find(item, `txt`);
......
{
"ver": "2.3.5",
"uuid": "2642bc88-a42b-4b01-8393-900c0a1dadb0",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 150,
"height": 80,
"platformSettings": {},
"subMetas": {
"chose": {
"ver": "1.0.4",
"uuid": "86d42669-be71-4333-a47a-e75f1d141a5c",
"rawTextureUuid": "2642bc88-a42b-4b01-8393-900c0a1dadb0",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 150,
"height": 80,
"rawWidth": 150,
"rawHeight": 80,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "12290598-9ea6-4e9f-b0db-8a9b6dd0033e",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 154,
"height": 86,
"platformSettings": {},
"subMetas": {
"fail": {
"ver": "1.0.4",
"uuid": "104f34e0-1777-4bd6-ba34-c0c1da5a0882",
"rawTextureUuid": "12290598-9ea6-4e9f-b0db-8a9b6dd0033e",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 154,
"height": 86,
"rawWidth": 154,
"rawHeight": 86,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "b1a260cf-fa78-4b47-be0b-9b950b896d10",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 124,
"height": 47,
"platformSettings": {},
"subMetas": {
"success": {
"ver": "1.0.4",
"uuid": "efc40866-ef82-4fac-b41b-99795e03cf96",
"rawTextureUuid": "b1a260cf-fa78-4b47-be0b-9b950b896d10",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 124,
"height": 47,
"rawWidth": 124,
"rawHeight": 47,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "1.1.2",
"uuid": "40cd2209-7806-404c-998a-e8c7e1ded86f",
"isBundle": false,
"bundleName": "",
"priority": 1,
"compressionType": {},
"optimizeHotUpdate": {},
"inlineSpriteFrames": {},
"isRemoteBundle": {},
"subMetas": {}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "2d690ccf-e2b6-4a1e-a8aa-3911a5aa11bd",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 87,
"height": 85,
"platformSettings": {},
"subMetas": {
"combined-shape-copy-2": {
"ver": "1.0.4",
"uuid": "46aaad2d-77df-45d6-ab63-a80468d0330a",
"rawTextureUuid": "2d690ccf-e2b6-4a1e-a8aa-3911a5aa11bd",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 87,
"height": 85,
"rawWidth": 87,
"rawHeight": 85,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "84678017-3e2d-4644-a49e-b9472cc9b73c",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 203,
"height": 51,
"platformSettings": {},
"subMetas": {
"combined-shape-copy-3": {
"ver": "1.0.4",
"uuid": "41069ac1-9cb1-4f02-a98a-19a4f17af6e2",
"rawTextureUuid": "84678017-3e2d-4644-a49e-b9472cc9b73c",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 203,
"height": 51,
"rawWidth": 203,
"rawHeight": 51,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "9365ddf4-78a9-45ef-9560-00f3c1b4478a",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 102,
"height": 104,
"platformSettings": {},
"subMetas": {
"combined-shape": {
"ver": "1.0.4",
"uuid": "a79ec948-2c32-4d8a-9de5-72756c0c8603",
"rawTextureUuid": "9365ddf4-78a9-45ef-9560-00f3c1b4478a",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 102,
"height": 104,
"rawWidth": 102,
"rawHeight": 104,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "2154aa82-ff09-4fe2-8ffe-61617746bad1",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 116,
"height": 117,
"platformSettings": {},
"subMetas": {
"combined-shape_2": {
"ver": "1.0.4",
"uuid": "a47191ae-c423-4c09-982c-291a9ffeb0da",
"rawTextureUuid": "2154aa82-ff09-4fe2-8ffe-61617746bad1",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 116,
"height": 117,
"rawWidth": 116,
"rawHeight": 117,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "fa2150de-2701-4f3a-9a7b-196b81d7131c",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 153,
"height": 86,
"platformSettings": {},
"subMetas": {
"group-5": {
"ver": "1.0.4",
"uuid": "8fef2fd6-a702-461f-955d-6c2d8f4b2677",
"rawTextureUuid": "fa2150de-2701-4f3a-9a7b-196b81d7131c",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 153,
"height": 86,
"rawWidth": 153,
"rawHeight": 86,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "fb561a78-2e2b-48ae-8a18-d70fc0745e3a",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 152,
"height": 85,
"platformSettings": {},
"subMetas": {
"group-6": {
"ver": "1.0.4",
"uuid": "48a4a851-1ce1-4e02-be55-229591cf3e36",
"rawTextureUuid": "fb561a78-2e2b-48ae-8a18-d70fc0745e3a",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 152,
"height": 85,
"rawWidth": 152,
"rawHeight": 85,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
{
"ver": "2.3.5",
"uuid": "e98b3336-1e04-4a4e-be74-9b61067904dd",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 15,
"height": 70,
"platformSettings": {},
"subMetas": {
"rectangle-40": {
"ver": "1.0.4",
"uuid": "f9c94281-5c01-40d5-92fb-65fb17349815",
"rawTextureUuid": "e98b3336-1e04-4a4e-be74-9b61067904dd",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 15,
"height": 70,
"rawWidth": 15,
"rawHeight": 70,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment