Commit bb6dfa50 authored by 范雪寒's avatar 范雪寒

test:

parent 725b46e5
...@@ -988,7 +988,7 @@ cc.Class({ ...@@ -988,7 +988,7 @@ cc.Class({
console.log('armatureNames: ', armatureNames); console.log('armatureNames: ', armatureNames);
if (armatureNames.length > 0) { if (armatureNames.length > 0) {
let defaultArmatureName = armatureNames[0]; let defaultArmatureName = armatureNames[0];
// dragonDisplay.armatureName = defaultArmatureName; dragonDisplay.armatureName = defaultArmatureName;
// let animationNames = dragonDisplay.getAnimationNames(defaultArmatureName); // let animationNames = dragonDisplay.getAnimationNames(defaultArmatureName);
let defaultArmature = armatures[0]; let defaultArmature = armatures[0];
let animations = defaultArmature.animation; let animations = defaultArmature.animation;
......
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