mirror of
https://github.com/celisej567/UnitySourceMovement.git
synced 2025-12-31 09:48:17 +03:00
Update MovementConfig.cs
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 = true;
|
||||
public float airCap = 0.4f;
|
||||
public float airAcceleration = 12f;
|
||||
public bool clampAirSpeed = false;
|
||||
public float airCap = 0.6f;
|
||||
public float airAcceleration = 6f;
|
||||
public float airFriction = 0.4f;
|
||||
|
||||
[Header ("Ground movement")]
|
||||
|
||||
Reference in New Issue
Block a user