void Start() { tdv = Camera.main.GetComponent <TEAM7_tempsDeVie>(); menuFin.SetActive(false); menuTuto.SetActive(true); menuStart.SetActive(true); Time.timeScale = 0f; }
void Start() { tdv = Camera.main.GetComponent <TEAM7_tempsDeVie>(); }