Commit ca2a1654 authored by 李维's avatar 李维

添加背景点击缩放

parent f45e93cc
...@@ -2445,6 +2445,7 @@ cc.Class({ ...@@ -2445,6 +2445,7 @@ cc.Class({
this.bg.addChild(topSpr); this.bg.addChild(topSpr);
topSpr.opacity = 1; topSpr.opacity = 1;
topSpr.scale = 2;
topSpr._hitTest = this._hitTest.bind(this); topSpr._hitTest = this._hitTest.bind(this);
this.curTopSpr = topSpr; this.curTopSpr = 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