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:
parent
af5abd27d1
commit
f10a935a75
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue