Toggle navigation
Toggle navigation
This project
Loading...
Sign in
范川铭
/
U3D_Snake
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
范川铭
2025-04-11 14:41:00 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b7cbbb7b60e3e81e47ed944671aa6a9042c48b84
b7cbbb7b
1 parent
1137ed85
1.同步提交
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
Snake/Assets/Scripts/GameControl.cs
Snake/Assets/Scripts/GameControl.cs
View file @
b7cbbb7
...
...
@@ -11,7 +11,6 @@ public class GameControl : MonoBehaviour
[
SerializeField
]
private
AngleReader
angleReader
;
private
float
beforeAngle
=
0
;
public
float
smoothTime
=
0.1f
;
[
Header
(
"倍率区间"
)]
public
float
aagnificationRange
=
2f
;
private
float
smoothVelocity
;
...
...
Please
register
or
login
to post a comment