mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-15 11:22:55 +00:00
add sound for changing sorting
This commit is contained in:
parent
8f44d9606d
commit
f31ea8fb73
|
@ -602,6 +602,7 @@ class FreeplayState extends MusicBeatSubState
|
||||||
// that is, only if there's more than one song in the group!
|
// that is, only if there's more than one song in the group!
|
||||||
if (grpCapsules.members.length > 0)
|
if (grpCapsules.members.length > 0)
|
||||||
{
|
{
|
||||||
|
FunkinSound.playOnce(Paths.sound('scrollMenu'), 0.4);
|
||||||
curSelected = 1;
|
curSelected = 1;
|
||||||
changeSelection();
|
changeSelection();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue