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