Merge pull request #1293 from trayfellow/trayfellow-scrollsfx
scroll sound effect now plays when you scroll through the pause menu
This commit is contained in:
commit
5fc1a753b7
@ -265,6 +265,8 @@ class PauseSubState extends MusicBeatSubstate
|
||||
{
|
||||
curSelected += change;
|
||||
|
||||
FlxG.sound.play(Paths.sound('scrollMenu'), 0.4);
|
||||
|
||||
if (curSelected < 0)
|
||||
curSelected = menuItems.length - 1;
|
||||
if (curSelected >= menuItems.length)
|
||||
|
Loading…
x
Reference in New Issue
Block a user