Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
Sbox_tracingLetters
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
Sbox_tracingLetters
Commits
57537ce9
Commit
57537ce9
authored
Dec 17, 2021
by
limingzhe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 相同 class name
parent
940c8cde
Changes
7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
1225 additions
and
151 deletions
+1225
-151
Sbox_tracingLetters.fire
assets/Sbox_tracingLetters/scene/Sbox_tracingLetters.fire
+4
-4
Sbox_tracingLetters.js
assets/Sbox_tracingLetters/scene/Sbox_tracingLetters.js
+1
-1
MusicNode_Sbox_tracingLetters.js
...ox_tracingLetters/script/MusicNode_Sbox_tracingLetters.js
+0
-0
MusicNode_Sbox_tracingLetters.js.meta
...acingLetters/script/MusicNode_Sbox_tracingLetters.js.meta
+0
-0
package-lock.json
form/package-lock.json
+641
-146
form.zip
form/publish/form.zip
+0
-0
yarn.lock
yarn.lock
+579
-0
No files found.
assets/Sbox_tracingLetters/scene/Sbox_tracingLetters.fire
View file @
57537ce9
...
@@ -5220,7 +5220,7 @@
...
@@ -5220,7 +5220,7 @@
"_groupIndex": 0,
"_groupIndex": 0,
"groupIndex": 0,
"groupIndex": 0,
"showInEditor": false,
"showInEditor": false,
"_id": "
ccV8GzPtVAgqhB4kz/j1yP
"
"_id": "
2f2fN4ZY9DGLwfsex9fP2D
"
},
},
{
{
"__type__": "cc.Label",
"__type__": "cc.Label",
...
@@ -5255,7 +5255,7 @@
...
@@ -5255,7 +5255,7 @@
"_N$fontFamily": "Arial",
"_N$fontFamily": "Arial",
"_N$overflow": 0,
"_N$overflow": 0,
"_N$cacheMode": 0,
"_N$cacheMode": 0,
"_id": "
86O3rUDtVFOYyrISoTsIZu
"
"_id": "
c8oXrhVdtChY8BQmlnPhxo
"
},
},
{
{
"__type__": "cc.PrivateNode",
"__type__": "cc.PrivateNode",
...
@@ -5318,7 +5318,7 @@
...
@@ -5318,7 +5318,7 @@
"_groupIndex": 0,
"_groupIndex": 0,
"groupIndex": 0,
"groupIndex": 0,
"showInEditor": false,
"showInEditor": false,
"_id": "
a0KoKBhdNOLYzbUmA2SY5G
"
"_id": "
fd1ywMMNdJiqe9i1peEeAg
"
},
},
{
{
"__type__": "cc.Label",
"__type__": "cc.Label",
...
@@ -5353,7 +5353,7 @@
...
@@ -5353,7 +5353,7 @@
"_N$fontFamily": "Arial",
"_N$fontFamily": "Arial",
"_N$overflow": 0,
"_N$overflow": 0,
"_N$cacheMode": 0,
"_N$cacheMode": 0,
"_id": "
45+S41LM5N47DxlzpiELPe
"
"_id": "
f5loDNH9hPw7nu62/8gLLb
"
},
},
{
{
"__type__": "cc.RichText",
"__type__": "cc.RichText",
...
...
assets/Sbox_tracingLetters/scene/Sbox_tracingLetters.js
View file @
57537ce9
...
@@ -1399,7 +1399,7 @@ cc.Class({
...
@@ -1399,7 +1399,7 @@ cc.Class({
},
},
async
playEffect
(
name
,
loop
,
volume
)
{
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
);
await
musicComponent
.
playEffect
(
name
,
loop
,
volume
);
},
},
...
...
assets/Sbox_tracingLetters/script/MusicNode.js
→
assets/Sbox_tracingLetters/script/MusicNode
_Sbox_tracingLetters
.js
View file @
57537ce9
File moved
assets/Sbox_tracingLetters/script/MusicNode.js.meta
→
assets/Sbox_tracingLetters/script/MusicNode
_Sbox_tracingLetters
.js.meta
View file @
57537ce9
File moved
form/package-lock.json
View file @
57537ce9
This diff is collapsed.
Click to expand it.
form/publish/form.zip
View file @
57537ce9
No preview for this file type
yarn.lock
0 → 100644
View file @
57537ce9
This diff is collapsed.
Click to expand it.
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