idk campaign menu shit

This commit is contained in:
Cameron Taylor
2021-02-02 02:20:14 -05:00
parent 6162deabd3
commit 12913828d6
11 changed files with 90 additions and 38 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', 'options'];
var optionShit:Array<String> = ['story mode', 'freeplay', 'donate'];
#else
var optionShit:Array<String> = ['story mode', 'freeplay'];
#end