From 1709842a9ac8521f18296a79286a6361aa64bcc1 Mon Sep 17 00:00:00 2001 From: Zach Jordan Date: Mon, 5 Jun 2023 08:59:00 -0400 Subject: new apathetic empathy difficulty --- src/main/SoundController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/SoundController.java') diff --git a/src/main/SoundController.java b/src/main/SoundController.java index 0d2061c..b3c6d23 100644 --- a/src/main/SoundController.java +++ b/src/main/SoundController.java @@ -12,7 +12,7 @@ public class SoundController public MediaPlayer songMediaPlayer; public MediaPlayer sfxMediaPlayer; private HashMap presets = new HashMap<>(); - private File mainMenuSong = new File("src/assets/MenuMusicPlaceholder.wav"); + private File mainMenuSong = new File("src/assets/fairyfountain.wav"); public SoundController() { -- cgit v1.2.3