Commit db5f499a authored by linzhiguo's avatar linzhiguo

# 地鼠0.75缩回

# 游戏开始前刷新贴纸
parent ee569979
...@@ -34,8 +34,15 @@ cc.Class({ ...@@ -34,8 +34,15 @@ cc.Class({
.start(); .start();
playDragonBoneAnimation(this.node, 'wrong', 1, ()=>{ playDragonBoneAnimation(this.node, 'wrong', 1, ()=>{
WL.afterHit(this.node);
}); });
cc.tween(this.node)
.delay(0.75)
.call(()=>{
WL.afterHit(this.node);
})
.start();
} }
......
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