Commit 526f52cc authored by 杨一航's avatar 杨一航

feat: 反馈调整

parent 6fefc05c
...@@ -59,6 +59,7 @@ export default class DragObj extends cc.Component { ...@@ -59,6 +59,7 @@ export default class DragObj extends cc.Component {
this.node.active = false; this.node.active = false;
this.matcheNode.getChildByName("lb").active = true; this.matcheNode.getChildByName("lb").active = true;
this.matcheNode.getChildByName("tip").active = false; this.matcheNode.getChildByName("tip").active = false;
this.matcheNode.getChildByName("bg").active = true;
cc.tween(this.node.parent).to(0.5, { scale: 0 }, { easing: "sineOut" }).start(); cc.tween(this.node.parent).to(0.5, { scale: 0 }, { easing: "sineOut" }).start();
this._sucCall && this._sucCall(); this._sucCall && this._sucCall();
// this.node.parent.active = false; // this.node.parent.active = false;
......
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