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

test:

parent 1c1dd9dd
...@@ -993,7 +993,7 @@ cc.Class({ ...@@ -993,7 +993,7 @@ 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 = ''; 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);
......
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