changed back some config

This commit is contained in:
max
2026-01-14 17:29:48 +01:00
parent c2bd50511e
commit bbd82da07e
3 changed files with 50 additions and 86 deletions

View File

@@ -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; }