Esempio n. 1
0
 // Use this for initialization
 public void StartTimer()
 {
     startTime = Time.time;
     spawner = new GUITextSpawner ();
 }
Esempio n. 2
0
 // Use this for initialization
 void Start()
 {
     spawner = new GUITextSpawner ();
     generatorScript = GameObject.Find("Generator").GetComponent<Generator>();
 }
Esempio n. 3
0
 // Use this for initialization
 public void StartTimer()
 {
     startTime = Time.time;
     spawner   = new GUITextSpawner();
 }
Esempio n. 4
0
 // Use this for initialization
 void Start()
 {
     spawner    = new GUITextSpawner();
     gameScript = GameObject.Find(levelName).GetComponent <Game>();
 }
Esempio n. 5
0
 // Use this for initialization
 void Start()
 {
     spawner         = new GUITextSpawner();
     generatorScript = GameObject.Find("Generator").GetComponent <Generator>();
 }
Esempio n. 6
0
 // Use this for initialization
 void Start()
 {
     spawner = new GUITextSpawner ();
     gameScript = GameObject.Find(levelName).GetComponent<Game>();
 }