Commit f81e488b authored by limingzhe's avatar limingzhe

fix: 背景异常

parent c7e6e511
...@@ -515,7 +515,7 @@ ...@@ -515,7 +515,7 @@
"_enabled": true, "_enabled": true,
"alignMode": 1, "alignMode": 1,
"_target": null, "_target": null,
"_alignFlags": 4, "_alignFlags": 44,
"_left": 0, "_left": 0,
"_right": 0, "_right": 0,
"_top": 0, "_top": 0,
......
...@@ -218,7 +218,7 @@ cc.Class({ ...@@ -218,7 +218,7 @@ cc.Class({
const baseX = -this.canvas.width / 2 + edge + itemW / 2; const baseX = -this.canvas.width / 2 + edge + itemW / 2;
const disH = 200 * this._mapScaleMin; const disH = 200 * this._mapScaleMin;
const baseY = -this.canvas.height / 2 + 260 * this._mapScaleMin; const baseY = -this.canvas.height / 2 + 220 * this._mapScaleMin;
let j = 0; let j = 0;
for (let i = 0; i < 8; i++) { for (let i = 0; i < 8; i++) {
......
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