mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-03-21 17:39:20 +00:00
Debug hotkey properly resets char select cutscene
This commit is contained in:
parent
b2b16ff2d3
commit
386dc22d7b
|
@ -437,7 +437,10 @@ class MainMenuState extends MusicBeatState
|
|||
if (FlxG.keys.pressed.CONTROL && FlxG.keys.pressed.ALT && FlxG.keys.pressed.SHIFT && FlxG.keys.justPressed.N)
|
||||
{
|
||||
@:privateAccess
|
||||
funkin.save.Save.instance.data.unlocks.charactersSeen = ["bf"];
|
||||
{
|
||||
funkin.save.Save.instance.data.unlocks.charactersSeen = ["bf"];
|
||||
funkin.save.Save.instance.data.unlocks.oldChar = false;
|
||||
}
|
||||
}
|
||||
|
||||
if (FlxG.keys.pressed.CONTROL && FlxG.keys.pressed.ALT && FlxG.keys.pressed.SHIFT && FlxG.keys.justPressed.E)
|
||||
|
|
Loading…
Reference in a new issue