示例#1
0
 private void ShowTopIcons()
 {
     if (_IsWinner)
     {
         Crown.SetActive(true);
         ScoreSoundsManager.PlayWinSound();
     }
     if (_HasHighscore)
     {
         NewHighscore.SetActive(true);
     }
 }
 private void Awake()
 {
     _Instance = this;
 }
示例#3
0
 private void RaiseBar()
 {
     _Started = true;
     ScoreSoundsManager.PlayScoreSound();
 }