mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-23 23:33:55 +00:00
transparent
This commit is contained in:
parent
32df13aedf
commit
f388fa0b21
|
@ -80,7 +80,7 @@ class FreeplayState extends MusicBeatState
|
|||
}
|
||||
|
||||
#if switch
|
||||
if (gamepad.anyJustPressed(["B"])) //"B" is swapped with "A" on Switch
|
||||
if (gamepad.anyJustPressed(["B"])) //"B" is swapped with "A" on Switch
|
||||
{
|
||||
PlayState.SONG = Song.loadFromJson(songs[curSelected].toLowerCase());
|
||||
FlxG.switchState(new PlayState());
|
||||
|
|
Loading…
Reference in a new issue