menu scroll sound on pause screen

This commit is contained in:
MtH 2021-04-09 02:56:17 +02:00
parent d437db7585
commit e7b074ff4f
1 changed files with 2 additions and 0 deletions

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)