Esempio n. 1
0
 void Start()
 {
     reproductorDeSonidos = GameObject.FindObjectOfType <ReproductorDeSonidos> ();
     bestFit  = texto.resizeTextForBestFit;
     fontSize = texto.fontSize;
 }
Esempio n. 2
0
 void Awake()
 {
     gameManager          = FindObjectOfType <Juego> ();
     reproductorDeSonidos = FindObjectOfType <ReproductorDeSonidos> ();
     encuentro            = FindObjectOfType <Encuentro> ();
 }
 void Start()
 {
     reproductorDeSonidos = GameObject.FindObjectOfType <ReproductorDeSonidos> ();
 }