Exemplo n.º 1
0
 private void Start()
 {
     TC            = GameObject.FindGameObjectWithTag("MainCamera").GetComponent <TimeCourutine>();
     audios        = GetComponent <AudioSource>();
     busy          = false;
     _Potion4.text = PlayerPrefs.GetInt("Potion4").ToString();
 }
Exemplo n.º 2
0
 private void Start()
 {
     TC         = GameObject.FindGameObjectWithTag("MainCamera").GetComponent <TimeCourutine>();
     PlaceLeft  = GameObject.Find("PlaceLeft");
     PlaceMidle = GameObject.Find("PlaceMidlle");
     PlaceRight = GameObject.Find("PlaceRight");
 }