Merge branch 'master' of ooftooft.net:Racesm

This commit is contained in:
2024-04-05 14:06:13 +02:00
16 changed files with 8334 additions and 3521 deletions

View File

@@ -51,4 +51,9 @@ public class VehichleControl : MonoBehaviour
Brake();
UpdateWheelMovements();
}
private void Start()
{
GetComponent<Rigidbody>().centerOfMass = CenterOfMass.localPosition;
}
}