Commit 26a6f878 authored by 范雪寒's avatar 范雪寒

test

parent eefa82f1
...@@ -998,7 +998,11 @@ cc.Class({ ...@@ -998,7 +998,11 @@ cc.Class({
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; try{
dragonDisplay.armatureName = defaultArmatureName;
}catch(e){
this.log('error: ' + e.toString());
}
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