Commit 26d85fed authored by Tt's avatar Tt

修改默认背景

parent db2c34e0
{
"ver": "1.1.0",
"uuid": "9367d7a2-d622-4866-be91-d5faf3fc103c",
"subMetas": {}
}
\ No newline at end of file
This diff is collapsed.
...@@ -353,7 +353,7 @@ cc.Class({ ...@@ -353,7 +353,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