Example #1
0
 // Use this for initialization
 void Start()
 {
     //PlayerPrefs.DeleteAll();
     ResetLevel(false);
     highScoreScript = this.gameObject.GetComponent <HighSoreScript> ();
 }
Example #2
0
 // Use this for initialization
 void Start()
 {
     //PlayerPrefs.DeleteAll();
     ResetLevel (false);
     highScoreScript = this.gameObject.GetComponent<HighSoreScript> ();
 }