Beispiel #1
0
 /// <summary>
 /// Called when player hit last Trail Point on the level
 /// </summary>
 private void TrailCompleted(ScoreType score)
 {
     // Make sure that at the completion of the trail timer shows right finish time
     timerText.text = levelTimer.ToString();
 }