Commit 94a33e35 authored by liujiangnan's avatar liujiangnan

fix: 改名问题

parent 5c3ecdaf
......@@ -829,7 +829,7 @@ cc.Class({
},
hideLoadingLayer() {
const ll = cc.find('Canvas/OP10_LoadingLayer');
const ll = cc.find('Canvas/Coloring_OL_LoadingLayer');
if (ll) {
ll.active = false;
}
......@@ -1555,7 +1555,7 @@ cc.Class({
this.playerInfoData = playerData;
const script = cc.find('Canvas/OP10_LoadingLayer').getComponent('OP10_LoadingLayer');
const script = cc.find('Canvas/Coloring_OL_LoadingLayer').getComponent('Coloring_OL_LoadingLayer');
script.setMaxPlayerNumber(6);
script.onLoadFinished(() => {
this.sendServerEvent('game_start');
......
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