Esempio n. 1
0
 public void StopAllMusic()
 {
     BackGround.Stop();
     GameOver.Stop();
     BossFightBG.Stop();
     EndingBG.Stop();
 }
Esempio n. 2
0
 public void RunEndingMusic()
 {
     StopAllMusic();
     EndingBG.Open(new System.Uri(GetSoundFromDirectory() + @"\Undertale OST 049 - It's Showtime!.mp3"));
     EndingBG.Play();
 }