Commit 592b66e8 authored by 范雪寒's avatar 范雪寒

test

parent 53bef825
......@@ -1001,7 +1001,7 @@ cc.Class({
armatureNames.push(armatures[i].name);
}
await asyncDelay(3);
this.log('汪汪汪3');
this.log('汪汪汪3' + JSON.stringify(armatureNames));
// console.log('armatureNames: ', armatureNames);
if (armatureNames.length > 0) {
await asyncDelay(3);
......@@ -1016,6 +1016,8 @@ cc.Class({
animationNames.push(animations[i].name);
}
await asyncDelay(3);
this.log('汪汪汪4.5');
console.log('animationNames: ', animationNames.toString())
dragonDisplay.playAnimation('normal', -1);
......
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