Commit cec30702 authored by yu's avatar yu

默认图片,字体

parent c0d2ed7b
{
"ver": "1.1.0",
"uuid": "bae14bd6-dc9c-48b0-b9c2-d1629cf4da5d",
"subMetas": {}
}
\ No newline at end of file
......@@ -1523,8 +1523,8 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 1208,
"height": 322
"width": 2056,
"height": 537
},
"_anchorPoint": {
"__type__": "cc.Vec2",
......@@ -1536,14 +1536,14 @@
"ctor": "Float64Array",
"array": [
0,
-555.649,
-531.5,
0,
0,
0,
0,
1,
2,
2,
1,
1,
1
]
},
......@@ -1575,7 +1575,9 @@
],
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_spriteFrame": null,
"_spriteFrame": {
"__uuid__": "15209f23-7b5b-469b-9cc1-41fe9ad84010"
},
"_type": 0,
"_sizeMode": 1,
"_fillType": 0,
......@@ -3579,7 +3581,7 @@
"_lineHeight": 100,
"_enableWrapText": false,
"_N$file": {
"__uuid__": "a6c75471-b069-433d-80ae-a7f875fbf7b8"
"__uuid__": "bae14bd6-dc9c-48b0-b9c2-d1629cf4da5d"
},
"_isSystemFontUsed": false,
"_spacingX": 0,
......@@ -3774,7 +3776,7 @@
"_lineHeight": 100,
"_enableWrapText": false,
"_N$file": {
"__uuid__": "a6c75471-b069-433d-80ae-a7f875fbf7b8"
"__uuid__": "bae14bd6-dc9c-48b0-b9c2-d1629cf4da5d"
},
"_isSystemFontUsed": false,
"_spacingX": 0,
......@@ -3903,7 +3905,7 @@
"_lineHeight": 100,
"_enableWrapText": true,
"_N$file": {
"__uuid__": "4b22ef3f-c522-4051-ba2c-cbd5a6f62edc"
"__uuid__": "bae14bd6-dc9c-48b0-b9c2-d1629cf4da5d"
},
"_isSystemFontUsed": false,
"_spacingX": 0,
......@@ -4000,7 +4002,7 @@
"_lineHeight": 100,
"_enableWrapText": true,
"_N$file": {
"__uuid__": "4b22ef3f-c522-4051-ba2c-cbd5a6f62edc"
"__uuid__": "bae14bd6-dc9c-48b0-b9c2-d1629cf4da5d"
},
"_isSystemFontUsed": false,
"_spacingX": 0,
......@@ -4563,7 +4565,7 @@
"_lineHeight": 100,
"_enableWrapText": false,
"_N$file": {
"__uuid__": "a6c75471-b069-433d-80ae-a7f875fbf7b8"
"__uuid__": "bae14bd6-dc9c-48b0-b9c2-d1629cf4da5d"
},
"_isSystemFontUsed": false,
"_spacingX": 0,
......
......@@ -353,7 +353,7 @@ cc.Class({
this.playRecordAudio();
})
let bg_book2 = pg.view.find(this, "bg_book2");
pg.view.setNetImg(bg_book2, this._stageData.img, { w: 1208, h: 322 });
pg.view.setNetImg(bg_book2, this._stageData.img, { w: 2056, h: 537 });
// this._timeoutIds.push(setTimeout(() => {
// pg.view.visible(icon_hand, true);
// let action = cc.tween(icon_hand);
......
......@@ -7,8 +7,8 @@
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 1208,
"height": 322,
"width": 2056,
"height": 537,
"platformSettings": {},
"subMetas": {
"bg_book": {
......@@ -22,10 +22,10 @@
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 1208,
"height": 322,
"rawWidth": 1208,
"rawHeight": 322,
"width": 2056,
"height": 537,
"rawWidth": 2056,
"rawHeight": 537,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
......
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