1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-11-23 07:15:12 +00:00

menu scroll sound on pause screen

This commit is contained in:
MtH 2021-04-09 02:56:17 +02:00
parent af5abd27d1
commit f10a935a75

View file

@ -192,6 +192,8 @@ class PauseSubState extends MusicBeatSubstate
function changeSelection(change:Int = 0):Void
{
FlxG.sound.play(Paths.sound('scrollMenu'), 0.4);
curSelected += change;
if (curSelected < 0)