Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
L5R3_GuessingGame
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
L5R3_GuessingGame
Commits
00875b70
Commit
00875b70
authored
Nov 28, 2022
by
杨一航
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add
parent
041725af
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
L5R3_GuessingGame.fire
assets/L5R3_GuessingGame/scene/L5R3_GuessingGame.fire
+4
-4
L5R3_GuessingGame.ts
assets/L5R3_GuessingGame/scene/L5R3_GuessingGame.ts
+1
-0
No files found.
assets/L5R3_GuessingGame/scene/L5R3_GuessingGame.fire
View file @
00875b70
...
@@ -12128,8 +12128,8 @@
...
@@ -12128,8 +12128,8 @@
],
],
"_srcBlendFactor": 770,
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_dstBlendFactor": 771,
"_string": "点击
开始录音
",
"_string": "点击
向我提问
",
"_N$string": "点击
开始录音
",
"_N$string": "点击
向我提问
",
"_fontSize": 30,
"_fontSize": 30,
"_lineHeight": 40,
"_lineHeight": 40,
"_enableWrapText": true,
"_enableWrapText": true,
...
@@ -13182,8 +13182,8 @@
...
@@ -13182,8 +13182,8 @@
],
],
"_srcBlendFactor": 770,
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_dstBlendFactor": 771,
"_string": "Is your word (正确单词)\nCan you eat it?\nI
t is (颜色)?\nIt is
a/an animal/fruit?\n",
"_string": "Is your word (正确单词)\nCan you eat it?\nI
s it (颜色)?\nIs it
a/an animal/fruit?\n",
"_N$string": "Is your word (正确单词)\nCan you eat it?\nI
t is (颜色)?\nIt is
a/an animal/fruit?\n",
"_N$string": "Is your word (正确单词)\nCan you eat it?\nI
s it (颜色)?\nIs it
a/an animal/fruit?\n",
"_fontSize": 40,
"_fontSize": 40,
"_lineHeight": 40,
"_lineHeight": 40,
"_enableWrapText": true,
"_enableWrapText": true,
...
...
assets/L5R3_GuessingGame/scene/L5R3_GuessingGame.ts
View file @
00875b70
...
@@ -756,6 +756,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
...
@@ -756,6 +756,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
this
.
btn_record
.
getChildByName
(
"
lb
"
).
getComponent
(
cc
.
Label
).
string
=
"
录音中。。。
"
;
this
.
btn_record
.
getChildByName
(
"
lb
"
).
getComponent
(
cc
.
Label
).
string
=
"
录音中。。。
"
;
cc
.
audioEngine
.
stopAllEffects
();
this
.
unschedule
(
this
.
longTimeNoAction
)
this
.
unschedule
(
this
.
longTimeNoAction
)
this
.
schedule
(
this
.
longTimeNoAction
,
15
,
6
,
15
)
this
.
schedule
(
this
.
longTimeNoAction
,
15
,
6
,
15
)
...
...
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