clarified changelog

This commit is contained in:
Cameron Taylor
2020-11-06 03:17:40 -08:00
parent cf7b871c56
commit eed73b744b
3 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ class MainMenuState extends MusicBeatState
var menuItems:FlxTypedGroup<FlxSprite>;
var optionShit:Array<String> = ['story mode', 'freeplay', 'options', 'donate'];
var optionShit:Array<String> = ['story mode', 'freeplay', 'donate'];
var magenta:FlxSprite;
var camFollow:FlxObject;