charts and shit fixied

This commit is contained in:
Cameron Taylor
2020-12-25 18:24:20 -05:00
parent c6a904483e
commit 3fa66ee1d1
12 changed files with 43 additions and 19 deletions

View File

@ -22,7 +22,7 @@ class MainMenuState extends MusicBeatState
var menuItems:FlxTypedGroup<FlxSprite>;
#if !switch
var optionShit:Array<String> = ['story mode', 'freeplay', 'donate'];
var optionShit:Array<String> = ['story mode', 'freeplay', 'options', 'donate'];
#else
var optionShit:Array<String> = ['story mode', 'freeplay'];
#end