We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aab0110 commit 7bee3ffCopy full SHA for 7bee3ff
src/base/game/sound.js
@@ -118,8 +118,8 @@ function overrideMusic(name) {
118
this.super(data.name);
119
return;
120
}
121
- const path = enableAprilFools() ? 'afm' : 'musics/themes';
122
- createAudio(`/${path}/${data.name}.ogg`, {
+ const path = enableAprilFools() ? 'afm' : 'musics';
+ createAudio(`/${path}/themes/${data.name}.ogg`, {
123
volume: bgmVolume.value(),
124
repeat: true,
125
set: 'music',
0 commit comments