public static void PlayCarmenTheme() { StopAllBackgroundThemes(); carmen = new CarmenTheme(); carmen.PlayTheme(); }
public static void PlayDeathTheme() { StopAllBackgroundThemes(); death = new DeathTheme(); death.PlayTheme(); }
public static void PlayBuckeyeOverworldTheme() { StopAllBackgroundThemes(); buckeyeOverworld = new BuckeyeOverworldTheme(); buckeyeOverworld.PlayTheme(); }
public static void PlayPacMarioDeathTheme() { StopAllBackgroundThemes(); pacDeath = new PacMarioDeadTheme(); pacDeath.PlayTheme(); }
public static void PlayFlagPoleVictoryTheme() { StopAllBackgroundThemes(); flagPoleVictory = new FlagPoleVictoryTheme(); flagPoleVictory.PlayTheme(); }
public static void PlayIntroTheme() { StopAllBackgroundThemes(); intro = new IntroTheme(); intro.PlayTheme(); }
public static void PlayPacManEndTheme() { StopAllBackgroundThemes(); pacEndTheme = new PacMarioEndTheme(); pacEndTheme.PlayTheme(); }
public static void PlayPacManLevelTheme() { StopAllBackgroundThemes(); pacLevel = new PacManLevelTheme(); pacLevel.PlayTheme(); }