From 6beae320dfe9558026fa6c3d3c9302d9fd83f5a8 Mon Sep 17 00:00:00 2001 From: CyndaquilDAC <65635932+CyndaquilDAC@users.noreply.github.com> Date: Tue, 6 Apr 2021 18:43:42 -0500 Subject: [PATCH] gf aint flipped anymore lol --- source/StoryMenuState.hx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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;