diff --git a/source/StoryMenuState.hx b/source/StoryMenuState.hx index a7677a5..cdb1c31 100644 --- a/source/StoryMenuState.hx +++ b/source/StoryMenuState.hx @@ -37,7 +37,7 @@ class StoryMenuState extends MusicBeatState public static var weekUnlocked:Array = [true, true, true, true, true, true, true]; var weekCharacters:Array = [ - ['gf', 'bf', ''], + ['', 'bf', 'gf'], ['dad', 'bf', 'gf'], ['spooky', 'bf', 'gf'], ['pico', 'bf', 'gf'], @@ -47,13 +47,13 @@ class StoryMenuState extends MusicBeatState ]; var weekNames:Array = [ - "", + "How to Funk", "Daddy Dearest", "Spooky Month", "PICO", "MOMMY MUST MURDER", "RED SNOW", - "hating simulator ft. moawling" + "Hating Simulator ft. Moawling" ]; var txtWeekTitle:FlxText;