Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hy08_caici
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
hy08_caici
Commits
ce92acb6
Commit
ce92acb6
authored
Jun 28, 2023
by
LikG21
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
时间修改
parent
df3e0fdd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
hy08_caici.ts
assets/hy08_caici/scene/hy08_caici.ts
+2
-1
No files found.
assets/hy08_caici/scene/hy08_caici.ts
View file @
ce92acb6
...
...
@@ -130,7 +130,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
startQuestion
()
{
// 游戏所需的初始化数据
this
.
currentId
=
0
this
.
time
=
this
.
data
.
options
.
length
*
4
this
.
time
=
this
.
data
.
options
.
length
*
3
this
.
currentTime
=
this
.
time
*
1000
;
this
.
lengthProgress
=
0
this
.
right
=
0
...
...
@@ -191,6 +191,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
this
.
state
=
State
.
Recording
;
this
.
hideAnswer
();
this
.
currentId
++
;
this
.
currentTime
=
(
this
.
time
-
this
.
currentId
*
3
)
*
1000
if
(
!
this
.
getCurrentOptions
())
{
this
.
gameOver
();
return
;
...
...
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