void PreGameUpdate()
 {
     if (playerControllerScript.GetPlayerMouseScript().GetMouseDown())
     {
         startGame = true;
         startGameText.gameObject.SetActive(false);
     }
 }