public void EndGame()
 {
     SetGGText(globalInfo.CheckWin());
     // TEMP RESTART
     Invoke("NextLevel", 2.5f);
 }