Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
douyin_xiaoxiaole
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
douyin_xiaoxiaole
Commits
23386ec1
Commit
23386ec1
authored
Jul 13, 2023
by
liujiangnan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat
parent
f696c7af
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
176 additions
and
312 deletions
+176
-312
wordgame_syllabus.fire
assets/wordgame_syllabus/scene/wordgame_syllabus.fire
+176
-306
wordgame_syllabus.ts
assets/wordgame_syllabus/scene/wordgame_syllabus.ts
+0
-6
No files found.
assets/wordgame_syllabus/scene/wordgame_syllabus.fire
View file @
23386ec1
This diff is collapsed.
Click to expand it.
assets/wordgame_syllabus/scene/wordgame_syllabus.ts
View file @
23386ec1
...
...
@@ -16,9 +16,6 @@ export default class SceneComponent extends MyCocosSceneComponent {
@
property
(
cc
.
Node
)
rankpage
:
cc
.
Node
=
null
;
@
property
(
cc
.
Label
)
debug
:
cc
.
Label
=
null
;
addPreloadImage
()
{
}
...
...
@@ -35,9 +32,6 @@ export default class SceneComponent extends MyCocosSceneComponent {
roomId
=
null
;
async
onLoadEnd
()
{
// this.debug.string = `cc.sys.platform==${cc.sys.platform}`;
this
.
roomId
=
await
getRoomId
();
// this.roomId = "7254829606002314017";
await
this
.
initView
();
...
...
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