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