Example #1
0
 void OnMouseUp()
 {
     Application.LoadLevel(replayedLevel);
     Time.timeScale = 1f;
     Scorer.DropPoints();
 }