void Awake()
 {
     panel.SetActive(false);
     buttonText = playAgainButton.GetText();
     panelImage = panel.GetComponent <Image>();
     InitGlobalColorVariables();
 }