mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-03-21 17:39:20 +00:00
Update FreeplayState.hx
This commit is contained in:
parent
8c2ebcd5e8
commit
1eb5ae69de
|
@ -237,9 +237,9 @@ class FreeplayState extends MusicBeatState
|
||||||
|
|
||||||
function changeSelection(change:Int = 0)
|
function changeSelection(change:Int = 0)
|
||||||
{
|
{
|
||||||
// #if !switch
|
#if !switch
|
||||||
// NGio.logEvent('Fresh');
|
NGio.logEvent('Fresh');
|
||||||
// #end
|
#end
|
||||||
|
|
||||||
// NGio.logEvent('Fresh');
|
// NGio.logEvent('Fresh');
|
||||||
FlxG.sound.play(Paths.sound('scrollMenu'), 0.4);
|
FlxG.sound.play(Paths.sound('scrollMenu'), 0.4);
|
||||||
|
|
Loading…
Reference in a new issue