Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
liwei_test_001
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
liwei_test_001
Commits
dbe05ecb
Commit
dbe05ecb
authored
Jul 25, 2022
by
李维
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
重命名重复文件
parent
30a7ad3f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
1 deletion
+1
-1
l2_boardgame2.ts
assets/liwei_test_001/scene/l2_boardgame2.ts
+1
-1
liwei_test_001_LoadingLayer.ts
assets/liwei_test_001/script/liwei_test_001_LoadingLayer.ts
+0
-0
liwei_test_001_LoadingLayer.ts.meta
...liwei_test_001/script/liwei_test_001_LoadingLayer.ts.meta
+0
-0
No files found.
assets/liwei_test_001/scene/l2_boardgame2.ts
View file @
dbe05ecb
...
...
@@ -174,7 +174,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
const
loadingLayerNode
=
cc
.
instantiate
(
this
.
loadingLayerPrefab
);
loadingLayerBase
.
addChild
(
loadingLayerNode
);
this
.
loadingLayer
=
loadingLayerNode
.
getComponent
(
"
BoardGame2
_LoadingLayer
"
);
this
.
loadingLayer
=
loadingLayerNode
.
getComponent
(
"
liwei_test_001
_LoadingLayer
"
);
this
.
loadingLayer
.
setMaxPlayerNumber
(
2
);
this
.
loadingLayer
.
onLoadFinished
(()
=>
{
this
.
playAudioByUrl
(
this
.
data
.
gameStartAudio
);
...
...
assets/liwei_test_001/script/
BoardGame2
_LoadingLayer.ts
→
assets/liwei_test_001/script/
liwei_test_001
_LoadingLayer.ts
View file @
dbe05ecb
File moved
assets/liwei_test_001/script/
BoardGame2
_LoadingLayer.ts.meta
→
assets/liwei_test_001/script/
liwei_test_001
_LoadingLayer.ts.meta
View file @
dbe05ecb
File moved
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