Commit 17316161 authored by 范雪寒's avatar 范雪寒

test:

parent d9ae55eb
......@@ -53,10 +53,10 @@ cc.Class({
var h = canvaSize.height / 1280;
this.MaxSize = w / h > 1 ? w / h : h / w;
this.setUIMax(this.MaxSize);
this.settopUI(this.MaxSize);
this.setBgScale();
this.setUiPositon();
// this.setUIMax(this.MaxSize);
// this.settopUI(this.MaxSize);
// this.setBgScale();
// this.setUiPositon();
var scene = cc.director.getScene();
var list = scene.getComponentsInChildren(cc.Widget);
......
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