Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dyingIsMainstream
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
2
Issues
2
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gamejam-gpn15
dyingIsMainstream
Commits
c7fe059b
Commit
c7fe059b
authored
9 years ago
by
Philipp Adolf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Hide internal fields used for dashing
parent
5f119b2e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
PlayerControl.cs
Assets/Scripts/PlayerControl.cs
+2
-0
No files found.
Assets/Scripts/PlayerControl.cs
View file @
c7fe059b
...
...
@@ -13,7 +13,9 @@ public class PlayerControl : MonoBehaviour
public
float
inAirDamping
=
5f
;
public
float
targetJumpHeight
=
2f
;
public
float
lastDashStart
=
float
.
NegativeInfinity
;
[
HideInInspector
]
public
float
currentDashDirection
=
0.0f
;
[
HideInInspector
]
public
float
dashDirection
=
1.0f
;
public
float
dashCompletionTime
=
0.25f
;
public
float
dashStartSpeed
=
20.0f
;
...
...
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