void SetCounterValues()
 {
     this.score = moichangController.GetAppleCount();
     this.appleCounter.GetComponent <Text>().text = this.score.ToString();
 }
Esempio n. 2
0
 

 void SetCounterValues()
 {
     
        this.score = moichangController.GetAppleCount(); 
 this.appleCounter.GetComponent <Text>().text = this.score.ToString(); 
 this.timeCounter.GetComponent <Text>().text = this.time.ToString("F1"); 

 }