Esempio n. 1
0
 //Initializes the game for each level.
 public void InitGame()
 {
     //Call the SetupScene function of the BoardManager script
     mapScript.GetNewSeed();
     mapScript.InitMap();
     playerScript.InitPlayer();
     boardScript.SetupScene();
     miniBoardScript.SetupScene();
 }