Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dap-hu
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
Vũ Gia Vương
dap-hu
Commits
a9807606
Commit
a9807606
authored
Apr 01, 2025
by
Vũ Gia Vương
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change time rotate
parent
51e96fe0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
HuController.ts
assets/scripts/GamePlay/HuController.ts
+2
-2
No files found.
assets/scripts/GamePlay/HuController.ts
View file @
a9807606
...
...
@@ -51,7 +51,7 @@ export default class HuController extends cc.Component {
this
.
scheduleOnce
(()
=>
{
this
.
_spine
.
timeScale
=
0
;
if
(
this
.
_track
.
trackTime
<
0
)
{
this
.
_track
.
trackTime
=
this
.
_track
.
animationEnd
-
0.01
;
this
.
_track
.
trackTime
=
this
.
_track
.
animationEnd
-
1
e
-
9
;
}
},
0.5
);
}
...
...
@@ -65,7 +65,7 @@ export default class HuController extends cc.Component {
}
this
.
_pointStart
=
newPoint
;
this
.
_spine
.
timeScale
=
distance
>
0
?
-
1
:
1
;
this
.
_spine
.
timeScale
=
distance
>
0
?
-
1
.3
:
1.3
;
}
private
onRotateGuild
()
{
...
...
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