mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-03-25 06:10:16 -04:00
main menu fix, and it BUILDS
This commit is contained in:
parent
e24de498a1
commit
a8218d2542
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue