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

test

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