game manager stuff

This commit is contained in:
2024-04-26 10:08:24 +02:00
parent 55d93fe847
commit 1aa9c743cd
7 changed files with 125 additions and 53 deletions

View File

@@ -73,9 +73,6 @@ public class GameController :MonoBehaviour
PlayerCar = cars[CurrentCarIndex];
cam.GetComponent<CameraControl>().getCar(PlayerCar);
print(PlayerCar.name);
}
public static int LoopClamp (int value, int minValue, int maxValue)