mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-06-19 08:41:38 +00:00
main menu fix, and it BUILDS
This commit is contained in:
parent
e24de498a1
commit
a8218d2542
|
@ -105,8 +105,8 @@ class MainMenuState extends MusicBeatState
|
|||
});
|
||||
|
||||
menuItems.enabled = true; // can move on intro
|
||||
menuItems.createItem('story mode', function() startExitState(new StoryMenuState()));
|
||||
menuItems.createItem('freeplay', function()
|
||||
createMenuItem('story mode', 'mainmenu/storymode', function() startExitState(new StoryMenuState()));
|
||||
createMenuItem('freeplay', 'mainmenu/freeplay', function()
|
||||
{
|
||||
persistentDraw = true;
|
||||
persistentUpdate = false;
|
||||
|
|
Loading…
Reference in a new issue