Пример #1
0
 private void Start()
 {
     gc.ActivateLearningGame();
     if (gc.notebooks == 1)
     {
         QueueAudio(bal_intro);
         QueueAudio(bal_howto);
     }
     NewProblem();
     if (gc.spoopMode)
     {
         baldiFeedTransform.position = new Vector3(-1000f, -1000f, 0f);
     }
 }