diff --git a/art/iconSwitchAlt.png b/art/iconSwitchAlt.png new file mode 100644 index 000000000..453245061 Binary files /dev/null and b/art/iconSwitchAlt.png differ 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());