void OnGUI()
 {
     numberConverter.Draw(new Rect(-5 * (Screen.width / 90), 24 * (Screen.height / 30), Screen.width / 7, Screen.height / 4), ConvertTimeLeft(), 60);
 }
 void OnGUI()
 {
     numberConverter.Draw(new Rect(15 * (Screen.width / 100), 45 * (Screen.height / 50), Screen.width / 11, Screen.height / 7), score.ToString("0000000"), 100);
 }