Ejemplo n.º 1
0
 void TimeLevel(TiteresLevel lvl)
 {
     clock.gameObject.SetActive(true);
     clockImage.gameObject.SetActive(true);
     SetClock();
     StartTimer(true);
     SetRule();
 }
Ejemplo n.º 2
0
 void NormalLevel(TiteresLevel lvl)
 {
     clock.gameObject.SetActive(false);
     clockImage.gameObject.SetActive(false);
     SetRule();
 }