oops no options lolol

This commit is contained in:
Cameron Taylor 2020-12-27 05:42:06 -05:00
parent 95c2e8390f
commit 2946f9322f
5 changed files with 6 additions and 22 deletions

View file

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