Commit 8645c40f authored by wangxin's avatar wangxin

Update Scene.js

parent 53c160dc
...@@ -258,7 +258,7 @@ cc.Class({ ...@@ -258,7 +258,7 @@ cc.Class({
this.che.scale = this._mapScaleMax; this.che.scale = this._mapScaleMax;
this.cloud.scale = this._mapScaleMax; this.cloud.scale = this._mapScaleMax;
this.questionFrame.scale = this._mapScaleMin; this.questionFrame.scale = this._mapScaleMin;
this.questions.node.scale = this._mapScaleMin; this.question.node.scale = this._mapScaleMin;
this.options.scale = this._mapScaleMax; this.options.scale = this._mapScaleMax;
}, },
......
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