Beispiel #1
0
 // Use this for initialization
 void Start()
 {
     UISpeed.SetText("Speed 0");
     UIScore.SetText("Score: 0");
     UIScoreAlert.enabled = false;
     UIBoost.enabled      = false;
 }
Beispiel #2
0
 public void UpdateScore(int points)
 {
     UIScore.SetText("Score: " + points);
 }