1
0
Fork 0
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:
Cameron Taylor 2022-04-29 11:10:43 -04:00
parent 60e0668e74
commit 112a9ee329

View file

@ -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;