mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-04 13:54:22 +00:00
main menu storymode anim fix
This commit is contained in:
parent
60e0668e74
commit
112a9ee329
|
@ -105,7 +105,7 @@ class MainMenuState extends MusicBeatState
|
|||
});
|
||||
|
||||
menuItems.enabled = true; // can move on intro
|
||||
createMenuItem('story mode', 'mainmenu/storymode', function() startExitState(new StoryMenuState()));
|
||||
createMenuItem('storymode', 'mainmenu/storymode', function() startExitState(new StoryMenuState()));
|
||||
createMenuItem('freeplay', 'mainmenu/freeplay', function()
|
||||
{
|
||||
persistentDraw = true;
|
||||
|
|
Loading…
Reference in a new issue