diff options
author | Zach Jordan <zxjordan5@gmail.com> | 2023-06-05 08:59:00 -0400 |
---|---|---|
committer | Zach Jordan <zxjordan5@gmail.com> | 2023-06-05 08:59:00 -0400 |
commit | 1709842a9ac8521f18296a79286a6361aa64bcc1 (patch) | |
tree | feb695606df6b8e66e80310b686664295872f716 /src/main/SoundController.java | |
parent | 0208dbcecb7c60a18e9c87d07e405dbb3b53fd23 (diff) | |
download | NPEhero-1709842a9ac8521f18296a79286a6361aa64bcc1.tar.gz NPEhero-1709842a9ac8521f18296a79286a6361aa64bcc1.tar.bz2 NPEhero-1709842a9ac8521f18296a79286a6361aa64bcc1.zip |
new apathetic empathy difficulty
Diffstat (limited to 'src/main/SoundController.java')
-rw-r--r-- | src/main/SoundController.java | 2 |
1 files changed, 1 insertions, 1 deletions
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<String,File> presets = new HashMap<>(); - private File mainMenuSong = new File("src/assets/MenuMusicPlaceholder.wav"); + private File mainMenuSong = new File("src/assets/fairyfountain.wav"); public SoundController() { |