Ejemplo n.º 1
0
 public override void beginGame()
 {
     //Iro Hiro Begins
     minRand = 1;
     maxRand = 5;
     Debug.Log(this.ToString() + " game Begin");
     noteSpawner.GenerateRandomJand(time, minRand, maxRand);
     text.enabled = true;
 }
Ejemplo n.º 2
0
 public override void beginGame()
 {
     //Gita Hiro Begins
     minRand = 1;
     maxRand = 5;
     Debug.Log(this.ToString() + " game Begin");
     noteSpawner.GenerateRandomJand(time, minRand, maxRand);
     //text.enabled = true;
     StartCoroutine(gameTimer());
     gameSound.Play();
 }