Commit 49eab228 authored by wangxin's avatar wangxin

Update Scene.js

parent 516a2b0f
......@@ -232,7 +232,7 @@ cc.Class({
console.log("resize");
let windowSize = cc.view.getVisibleSize();
let scaleNode = windowSize.width / 1280;
self.options.node.scale = scaleNode;
self.options.scale = scaleNode;
});
}
},
......
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