CAR GO WROOOOOOOOOM!!!

This commit is contained in:
magn9775
2024-03-22 13:52:34 +01:00
parent 31711c5770
commit 23d0baf052
9 changed files with 1082 additions and 605 deletions

View File

@@ -7,7 +7,7 @@ public class CarController : MonoBehaviour
public WheelCollider frontLeftWheel, frontRightWheel;
public WheelCollider rearLeftWheel, rearRightWheel;
public float motorForce = 10000000f;
public float motorForce = 1000f;
public float steeringAngle = 30f;
void Update()