Commit b2721019 authored by liujiangnan's avatar liujiangnan

feat: 去掉缩放

parent 3e7d4ad1
...@@ -315,7 +315,7 @@ cc.Class({ ...@@ -315,7 +315,7 @@ cc.Class({
}); });
const animaNode = animNode['animaNode']; const animaNode = animNode['animaNode'];
animaNode.scale = 0.3; // animaNode.scale = 0.3;
animaNode.x = 500; animaNode.x = 500;
const db = animaNode.getComponent(dragonBones.ArmatureDisplay); const db = animaNode.getComponent(dragonBones.ArmatureDisplay);
const anis = db.getAnimationNames("armatureName"); const anis = db.getAnimationNames("armatureName");
......
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