Ejemplo n.º 1
0
 public void EraseAndCreateNewLevel()
 {
     setupComplete = false;
     HidePlayerAndTarget();
     if (InstructionsObject != null)
     {
         InstructionsObject.GetComponent <Instructions>().display = false;
     }
     Grid.EraseGrid();
 }