Commit 2a5d02a7 authored by 李维's avatar 李维

放大图片节点

parent 90393fbf
......@@ -2129,6 +2129,8 @@ cc.Class({
ts.trim = false;
ts.sizeMode = cc.Sprite.SizeMode.RAW;
bottomSpr.scale = 2;
topSpr.scale = 2;
this.bg.addChild(bottomSpr);
this.bg.addChild(topSpr);
......
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