Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
Coloring_OL
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
template admin
Coloring_OL
Commits
94a33e35
Commit
94a33e35
authored
Mar 30, 2023
by
liujiangnan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 改名问题
parent
5c3ecdaf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Coloring_OL.js
assets/Coloring_OL/scene/Coloring_OL.js
+2
-2
No files found.
assets/Coloring_OL/scene/Coloring_OL.js
View file @
94a33e35
...
@@ -829,7 +829,7 @@ cc.Class({
...
@@ -829,7 +829,7 @@ cc.Class({
},
},
hideLoadingLayer
()
{
hideLoadingLayer
()
{
const
ll
=
cc
.
find
(
'
Canvas/
OP10
_LoadingLayer
'
);
const
ll
=
cc
.
find
(
'
Canvas/
Coloring_OL
_LoadingLayer
'
);
if
(
ll
)
{
if
(
ll
)
{
ll
.
active
=
false
;
ll
.
active
=
false
;
}
}
...
@@ -1555,7 +1555,7 @@ cc.Class({
...
@@ -1555,7 +1555,7 @@ cc.Class({
this
.
playerInfoData
=
playerData
;
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
.
setMaxPlayerNumber
(
6
);
script
.
onLoadFinished
(()
=>
{
script
.
onLoadFinished
(()
=>
{
this
.
sendServerEvent
(
'
game_start
'
);
this
.
sendServerEvent
(
'
game_start
'
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment