Commit 190982c2 authored by asdf's avatar asdf

.

parent c8ebe5ab
...@@ -313,7 +313,7 @@ cc.Class({ ...@@ -313,7 +313,7 @@ cc.Class({
this.dragonBone.node.zIndex = 3; this.dragonBone.node.zIndex = 3;
this.dragonBone.node.runAction( this.dragonBone.node.runAction(
cc.sequence( cc.sequence(
cc.moveTo(1, pos), cc.moveTo(2, pos),
cc.callFunc(() => { cc.callFunc(() => {
}) })
) )
...@@ -323,7 +323,7 @@ cc.Class({ ...@@ -323,7 +323,7 @@ cc.Class({
if (cc.isValid(target)) { if (cc.isValid(target)) {
this.showChooseRight(target); this.showChooseRight(target);
} }
}, 2.2) }, 3.2)
}, },
showChooseRight(target) { showChooseRight(target) {
......
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