mirror of
https://github.com/celisej567/UnitySourceMovement.git
synced 2026-09-15 20:08:52 +03:00
Add files via upload
This commit is contained in:
@@ -16,9 +16,9 @@ namespace Fragsurf.Movement {
|
||||
[Range (30f, 75f)] public float slopeLimit = 45f;
|
||||
|
||||
[Header ("Air movement")]
|
||||
public bool clampAirSpeed = false;
|
||||
public float airCap = 0.6f;
|
||||
public float airAcceleration = 6f;
|
||||
public bool clampAirSpeed = true;
|
||||
public float airCap = 0.4f;
|
||||
public float airAcceleration = 12f;
|
||||
public float airFriction = 0.4f;
|
||||
|
||||
[Header ("Ground movement")]
|
||||
|
||||
Reference in New Issue
Block a user