Example #1
0
 private void ShowWinLose(string text)
 {
     _WinLoseText.gameObject.SetActive(true);
     _WinLoseText.text = text;
     _ResetButtonScript.ShowButton();
 }
 private void Victoria()
 {
     _ResetButtonScript.ShowButton();
     _victoria.image.gameObject.SetActive(true);
     //_VictoriText.text = "Victoria!!";
 }