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

test:

parent aca636a0
......@@ -994,8 +994,12 @@ cc.Class({
let defaultArmatureName = armatureNames[0];
this.log('汪汪汪4.1: ' + dragonDisplay.toString());
await asyncDelay(3);
this.log('汪汪汪4.11: ' + defaultArmatureName);
await asyncDelay(3);
this.log('汪汪汪4.12: ' + dragonDisplay.armatureName);
await asyncDelay(3);
dragonDisplay.armatureName = defaultArmatureName;
this.log('汪汪汪4.2');
this.log('汪汪汪4.2: ' + dragonDisplay.armatureName);
await asyncDelay(3);
// let animationNames = dragonDisplay.getAnimationNames(defaultArmatureName);
let defaultArmature = armatures[0];
......
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