i'll debug tomorrow

This commit is contained in:
Brandon
2020-11-03 04:12:13 -05:00
parent 9ccf971e58
commit a9dddbc4a5
2 changed files with 9 additions and 4 deletions

View File

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