Changed car controller script
This commit is contained in:
@@ -4,7 +4,11 @@ using UnityEngine;
|
||||
|
||||
public class GameManager : MonoBehaviour
|
||||
{
|
||||
// Start is called before the first frame update
|
||||
public int lapAmount;
|
||||
public GameObject[] checkpoints;
|
||||
public GameObject[] players;
|
||||
|
||||
int currentLap = 1;
|
||||
void Start()
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user