1
0
Fork 0
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:
Cameron Taylor 2024-06-10 16:13:32 -04:00
parent 8f44d9606d
commit f31ea8fb73

View file

@ -602,6 +602,7 @@ class FreeplayState extends MusicBeatSubState
// that is, only if there's more than one song in the group!
if (grpCapsules.members.length > 0)
{
FunkinSound.playOnce(Paths.sound('scrollMenu'), 0.4);
curSelected = 1;
changeSelection();
}