Commit 42363167 authored by yu's avatar yu

字体,默认图片

parent 3424a69a
{
"ver": "1.1.0",
"uuid": "518db1be-49d1-402a-94b3-09a4ef057502",
"subMetas": {}
}
\ No newline at end of file
...@@ -1523,8 +1523,8 @@ ...@@ -1523,8 +1523,8 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 1208, "width": 2056,
"height": 322 "height": 537
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
...@@ -1536,14 +1536,14 @@ ...@@ -1536,14 +1536,14 @@
"ctor": "Float64Array", "ctor": "Float64Array",
"array": [ "array": [
0, 0,
-555.649, -531.5,
0, 0,
0, 0,
0, 0,
0, 0,
1, 1,
2, 1,
2, 1,
1 1
] ]
}, },
...@@ -1575,7 +1575,9 @@ ...@@ -1575,7 +1575,9 @@
], ],
"_srcBlendFactor": 770, "_srcBlendFactor": 770,
"_dstBlendFactor": 771, "_dstBlendFactor": 771,
"_spriteFrame": null, "_spriteFrame": {
"__uuid__": "68b0356e-ab16-4961-9f92-83eb31cd674d"
},
"_type": 0, "_type": 0,
"_sizeMode": 1, "_sizeMode": 1,
"_fillType": 0, "_fillType": 0,
...@@ -3632,7 +3634,7 @@ ...@@ -3632,7 +3634,7 @@
"_lineHeight": 80, "_lineHeight": 80,
"_enableWrapText": false, "_enableWrapText": false,
"_N$file": { "_N$file": {
"__uuid__": "b2f78432-a89b-481d-a3b6-a0da5ae09274" "__uuid__": "518db1be-49d1-402a-94b3-09a4ef057502"
}, },
"_isSystemFontUsed": false, "_isSystemFontUsed": false,
"_spacingX": 0, "_spacingX": 0,
......
...@@ -347,7 +347,7 @@ cc.Class({ ...@@ -347,7 +347,7 @@ cc.Class({
this.playRecordAudio(); this.playRecordAudio();
}) })
let bg_book2 = pg.view.find(this, "bg_book2"); 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(() => { // this._timeoutIds.push(setTimeout(() => {
// pg.view.visible(icon_hand, true); // pg.view.visible(icon_hand, true);
// let action = cc.tween(icon_hand); // let action = cc.tween(icon_hand);
......
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
"premultiplyAlpha": false, "premultiplyAlpha": false,
"genMipmaps": false, "genMipmaps": false,
"packable": true, "packable": true,
"width": 1208, "width": 2056,
"height": 322, "height": 537,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"bg_book": { "bg_book": {
...@@ -22,10 +22,10 @@ ...@@ -22,10 +22,10 @@
"offsetY": 0, "offsetY": 0,
"trimX": 0, "trimX": 0,
"trimY": 0, "trimY": 0,
"width": 1208, "width": 2056,
"height": 322, "height": 537,
"rawWidth": 1208, "rawWidth": 2056,
"rawHeight": 322, "rawHeight": 537,
"borderTop": 0, "borderTop": 0,
"borderBottom": 0, "borderBottom": 0,
"borderLeft": 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