transparent

This commit is contained in:
Brandon 2020-10-30 19:39:13 -04:00
parent ddd42ca004
commit bf78c62384
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());