mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-02-05 11:08:20 +00:00
transparent
This commit is contained in:
parent
f3be7f93e3
commit
fa5dd4b035
BIN
art/iconSwitchAlt.png
Normal file
BIN
art/iconSwitchAlt.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 271 KiB |
|
@ -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