changed back some config
This commit is contained in:
@@ -22,8 +22,8 @@
|
||||
public float ClutchEngagement { get; set; } = 0f; // 0 = disengaged, 1 = fully engaged
|
||||
|
||||
// Clutch properties
|
||||
public float MaxClutchTorque { get; set; } = 4500f;
|
||||
public float ClutchStiffness { get; set; } = 50f; // Softer spring
|
||||
public float MaxClutchTorque { get; set; } = 400f;
|
||||
public float ClutchStiffness { get; set; } = 50f;
|
||||
|
||||
// State
|
||||
public float ClutchTorque { get; private set; }
|
||||
|
||||
Reference in New Issue
Block a user