Commit eb2a86e5 authored by xytk's avatar xytk

提交代码

parent 20251516
...@@ -205,8 +205,8 @@ cc.Class({ ...@@ -205,8 +205,8 @@ cc.Class({
dragonDisplay.armatureName = armatureNames[0]; dragonDisplay.armatureName = armatureNames[0];
} }
let width = animNode.node.width; let width = animNode.width;
let height = animNode.node.height; let height = animNode.height;
animNode.spriteFrame = spriteFrame; animNode.spriteFrame = spriteFrame;
animNode.width = width; animNode.width = width;
animNode.height = height; animNode.height = height;
......
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