game manager stuff
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user