Commit 38db1bd2 authored by 范雪寒's avatar 范雪寒

fix: 修改骨骼动画名

parent d0d3b1ac
......@@ -193,8 +193,8 @@ cc.Class({
addButtonListener(cc.find('OptionSpeakerBtn', optionNode), async () => {
blinkNode(optionNode, btnFlowerP, btnFlower);
await asyncPlayEffectByUrl(data.optionAudio);
asyncPlayDragonBoneAnimation(animeNode, 'smoke', 1);
// asyncPlayDragonBoneAnimation(animeNode, 'normal', 1);
// asyncPlayDragonBoneAnimation(animeNode, 'smoke', 1);
asyncPlayDragonBoneAnimation(animeNode, 'normal', 1);
stopBlinkNode(optionNode, btnFlowerP, btnFlower);
});
......
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