mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-23 08:07:54 -05:00
Readd a missing sound in the story menu
This commit is contained in:
parent
6b35898ed9
commit
4209c5156e
1 changed files with 3 additions and 0 deletions
|
@ -438,6 +438,8 @@ class StoryMenuState extends MusicBeatState
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
FunkinSound.playOnce(Paths.sound('scrollMenu'), 0.4);
|
||||||
|
|
||||||
updateText();
|
updateText();
|
||||||
updateBackground(previousLevelId);
|
updateBackground(previousLevelId);
|
||||||
updateProps();
|
updateProps();
|
||||||
|
@ -481,6 +483,7 @@ class StoryMenuState extends MusicBeatState
|
||||||
if (hasChanged)
|
if (hasChanged)
|
||||||
{
|
{
|
||||||
buildDifficultySprite();
|
buildDifficultySprite();
|
||||||
|
FunkinSound.playOnce(Paths.sound('scrollMenu'), 0.4);
|
||||||
// Disable the funny music thing for now.
|
// Disable the funny music thing for now.
|
||||||
// funnyMusicThing();
|
// funnyMusicThing();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue