Example #1
0
 public void LeavePannel3()
 {
     ClickExit.Play();
     rock.interactable     = true;
     paper.interactable    = true;
     scissors.interactable = true;
     draw.SetActive(false);
 }
Example #2
0
 public void LeavePannel5()
 {
     ClickExit.Play();
     PlayerScore.p1score = 0;
     CompScore.p2score   = 0;
     p1w = 0;
     p2w = 0;
     rock.interactable     = true;
     paper.interactable    = true;
     scissors.interactable = true;
     winner2.SetActive(false);
 }
Example #3
0
 public void Exit()
 {
     ClickExit.Play();
     SceneManager.LoadScene("MainMenu");
 }