transparent
This commit is contained in:
parent
ddd42ca004
commit
bf78c62384
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 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());
|
PlayState.SONG = Song.loadFromJson(songs[curSelected].toLowerCase());
|
||||||
FlxG.switchState(new PlayState());
|
FlxG.switchState(new PlayState());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user