Commit 86edd00c authored by Tt's avatar Tt

修改默认背景

parent 1ad2e38f
{
"ver": "1.1.0",
"uuid": "190d0a81-d7e7-4db6-91a6-3111cad1e197",
"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__": "5058c806-6e4b-435b-b278-98c425d7092f"
},
"_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__": "e9b159e1-fa1b-4e13-86eb-aa30994fbed7" "__uuid__": "190d0a81-d7e7-4db6-91a6-3111cad1e197"
}, },
"_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