Пример #1
0
 void Awake()
 {
     SP = this;
     foundGems = 0;
     gameState = MarbleGameState.playing;
     totalGems = GameObject.FindGameObjectsWithTag("Pickup").Length;
     Time.timeScale = 1.0f;
 }
Пример #2
0
 void Awake()
 {
     SP             = this;
     foundGems      = 0;
     gameState      = MarbleGameState.playing;
     totalGems      = GameObject.FindGameObjectsWithTag("Pickup").Length;
     Time.timeScale = 1.0f;
 }