diff --git a/assets/preload/music/freakyMenu.mp3 b/assets/preload/music/freakyMenu.mp3 index 8132bfe..0fc20b6 100644 Binary files a/assets/preload/music/freakyMenu.mp3 and b/assets/preload/music/freakyMenu.mp3 differ diff --git a/assets/preload/music/freakyMenu.ogg b/assets/preload/music/freakyMenu.ogg index 372111d..66a4856 100644 Binary files a/assets/preload/music/freakyMenu.ogg and b/assets/preload/music/freakyMenu.ogg differ diff --git a/source/KeyBindMenu.hx b/source/KeyBindMenu.hx index d5a3d41..ff826bb 100644 --- a/source/KeyBindMenu.hx +++ b/source/KeyBindMenu.hx @@ -320,7 +320,7 @@ class KeyBindMenu extends FlxSubState var shouldReturn:Bool = true; - var notAllowed:Array = ["START", "RIGHT_TRIGGER", "LEFT_TRIGGER"]; + var notAllowed:Array = ["START"]; for(x in 0...gpKeys.length) { diff --git a/source/PlayState.hx b/source/PlayState.hx index c95cae2..50bd57a 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -2682,7 +2682,7 @@ class PlayState extends MusicBeatState }); } - if (!inCutscene) + if (!inCutscene && songStarted) keyShit();