Commit 81896520 authored by Tt's avatar Tt

1

parent 27e5750d
......@@ -3877,8 +3877,8 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 100,
"height": 150
"width": 0,
"height": 126
},
"_anchorPoint": {
"__type__": "cc.Vec2",
......@@ -3974,8 +3974,8 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 85,
"height": 150
"width": 0,
"height": 126
},
"_anchorPoint": {
"__type__": "cc.Vec2",
......@@ -4028,7 +4028,7 @@
"_dstBlendFactor": 771,
"_string": "",
"_N$string": "",
"_fontSize": 80,
"_fontSize": 95,
"_lineHeight": 100,
"_enableWrapText": true,
"_N$file": {
......@@ -4232,7 +4232,7 @@
"_spriteFrame": {
"__uuid__": "2878e53a-7fa3-40f0-b7e8-2d1aff1cf248"
},
"_type": 0,
"_type": 1,
"_sizeMode": 0,
"_fillType": 0,
"_fillCenter": {
......@@ -4327,7 +4327,7 @@
"width": 732,
"height": 124
},
"_resize": 2,
"_resize": 1,
"_N$layoutType": 1,
"_N$cellSize": {
"__type__": "cc.Size",
......@@ -4339,7 +4339,7 @@
"_N$paddingRight": 25,
"_N$paddingTop": 0,
"_N$paddingBottom": 0,
"_N$spacingX": 0,
"_N$spacingX": 15,
"_N$spacingY": 0,
"_N$verticalDirection": 1,
"_N$horizontalDirection": 0,
......@@ -4432,7 +4432,7 @@
"_spriteFrame": {
"__uuid__": "c25ab265-b923-4fd0-ab93-f93bd01f436c"
},
"_type": 0,
"_type": 1,
"_sizeMode": 1,
"_fillType": 0,
"_fillCenter": {
......
......@@ -727,6 +727,7 @@ cc.Class({
laebl.active = true;
laebl.color = item.color == 0 ? new cc.Color(r[0], r[1], r[2]) : new cc.Color(l[0], l[1], l[2]);
laebl.data = item;
laebl.y = 8;
})
} else {
let laebl = cc.instantiate(itemLaebl);
......@@ -735,6 +736,7 @@ cc.Class({
laebl.active = true;
laebl.color = item.color == 0 ? new cc.Color(r[0], r[1], r[2]) : new cc.Color(l[0], l[1], l[2]);
laebl.data = item;
laebl.y = 8;
}
})
},
......
......@@ -26,10 +26,10 @@
"height": 124,
"rawWidth": 732,
"rawHeight": 124,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"borderTop": 41,
"borderBottom": 44,
"borderLeft": 58,
"borderRight": 51,
"subMetas": {}
}
}
......
......@@ -26,10 +26,10 @@
"height": 124,
"rawWidth": 428,
"rawHeight": 124,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"borderTop": 30,
"borderBottom": 30,
"borderLeft": 30,
"borderRight": 30,
"subMetas": {}
}
}
......
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