Commit 57537ce9 authored by limingzhe's avatar limingzhe

fix: 相同 class name

parent 940c8cde
......@@ -5220,7 +5220,7 @@
"_groupIndex": 0,
"groupIndex": 0,
"showInEditor": false,
"_id": "ccV8GzPtVAgqhB4kz/j1yP"
"_id": "2f2fN4ZY9DGLwfsex9fP2D"
},
{
"__type__": "cc.Label",
......@@ -5255,7 +5255,7 @@
"_N$fontFamily": "Arial",
"_N$overflow": 0,
"_N$cacheMode": 0,
"_id": "86O3rUDtVFOYyrISoTsIZu"
"_id": "c8oXrhVdtChY8BQmlnPhxo"
},
{
"__type__": "cc.PrivateNode",
......@@ -5318,7 +5318,7 @@
"_groupIndex": 0,
"groupIndex": 0,
"showInEditor": false,
"_id": "a0KoKBhdNOLYzbUmA2SY5G"
"_id": "fd1ywMMNdJiqe9i1peEeAg"
},
{
"__type__": "cc.Label",
......@@ -5353,7 +5353,7 @@
"_N$fontFamily": "Arial",
"_N$overflow": 0,
"_N$cacheMode": 0,
"_id": "45+S41LM5N47DxlzpiELPe"
"_id": "f5loDNH9hPw7nu62/8gLLb"
},
{
"__type__": "cc.RichText",
......
......@@ -1399,7 +1399,7 @@ cc.Class({
},
async playEffect(name, loop, volume) {
let musicComponent = cc.find('Canvas/MusicNode').getComponent('MusicNode');
let musicComponent = cc.find('Canvas/MusicNode').getComponent('MusicNode_Sbox_tracingLetters');
await musicComponent.playEffect(name, loop, volume);
},
......
This diff is collapsed.
No preview for this file type
This diff is collapsed.
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