1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2025-02-05 11:08:20 +00:00

transparent

This commit is contained in:
Brandon 2020-10-30 19:39:13 -04:00
parent f3be7f93e3
commit fa5dd4b035
2 changed files with 1 additions and 1 deletions

BIN
art/iconSwitchAlt.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 271 KiB

View file

@ -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());