Commit a0b0201d authored by jeff's avatar jeff

更新

parent c48ed4c8
...@@ -161,7 +161,9 @@ cc.Class({ ...@@ -161,7 +161,9 @@ cc.Class({
initBg() { initBg() {
const bgNode = cc.find('Canvas/bg'); const bgNode = cc.find('Canvas/bg');
bgNode.scale = this._mapScaleMax; bgNode.scale = this._mapScaleMax;
// cc.find('Canvas/bottomPart').scale = this._mapScaleMin // this.picNode.scale = this._mapScaleMax
// this.picTempNode.scale = this._mapScaleMax
// console.log(this._mapScaleMax)
}, },
initPic() { initPic() {
......
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