aboutsummaryrefslogtreecommitdiff
path: root/src/main/SoundController.java
diff options
context:
space:
mode:
authorZach Jordan <zxjordan5@gmail.com>2023-06-05 08:59:00 -0400
committerZach Jordan <zxjordan5@gmail.com>2023-06-05 08:59:00 -0400
commit1709842a9ac8521f18296a79286a6361aa64bcc1 (patch)
treefeb695606df6b8e66e80310b686664295872f716 /src/main/SoundController.java
parent0208dbcecb7c60a18e9c87d07e405dbb3b53fd23 (diff)
downloadNPEhero-1709842a9ac8521f18296a79286a6361aa64bcc1.tar.gz
NPEhero-1709842a9ac8521f18296a79286a6361aa64bcc1.tar.bz2
NPEhero-1709842a9ac8521f18296a79286a6361aa64bcc1.zip
new apathetic empathy difficulty
Diffstat (limited to '')
-rw-r--r--src/main/SoundController.java2
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()
{