From f388fa0b21c1bd292bf45cca84fb99f490619268 Mon Sep 17 00:00:00 2001 From: Brandon Date: Fri, 30 Oct 2020 19:39:13 -0400 Subject: [PATCH] transparent --- source/FreeplayState.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/FreeplayState.hx b/source/FreeplayState.hx index 7474830a8..626e40256 100644 --- a/source/FreeplayState.hx +++ b/source/FreeplayState.hx @@ -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());