Merge branch 'master' of git@ooftooft.net:Racesm
This commit is contained in:
@@ -28,6 +28,9 @@ public class GameManager : MonoBehaviour
|
||||
private bool hasCountedDown = false;
|
||||
void Start()
|
||||
{
|
||||
AudioSource backgroundMusic = GameObject.Find("Car Data").GetComponent<AudioSource>();
|
||||
backgroundMusic.Stop();
|
||||
|
||||
// reset laps
|
||||
playerLaps = new int[players.Count()];
|
||||
playerTimes = new float[players.Count()];
|
||||
|
||||
Reference in New Issue
Block a user