Exemplo n.º 1
0
 void Awake()
 {
     SP = this;
     foundGems = 0;
     gameState = MarbleGameState.playing;
     totalGems = GameObject.FindGameObjectsWithTag("Pickup").Length;
     Time.timeScale = 1.0f;
 }
Exemplo n.º 2
0
 void Awake()
 {
     SP             = this;
     foundGems      = 0;
     gameState      = MarbleGameState.playing;
     totalGems      = GameObject.FindGameObjectsWithTag("Pickup").Length;
     Time.timeScale = 1.0f;
 }