gf aint flipped anymore lol

This commit is contained in:
CyndaquilDAC 2021-04-06 18:43:42 -05:00
parent 475539296b
commit 6beae320df

View File

@ -37,7 +37,7 @@ class StoryMenuState extends MusicBeatState
public static var weekUnlocked:Array<Bool> = [true, true, true, true, true, true, true];
var weekCharacters:Array<Dynamic> = [
['gf', 'bf', ''],
['', 'bf', 'gf'],
['dad', 'bf', 'gf'],
['spooky', 'bf', 'gf'],
['pico', 'bf', 'gf'],
@ -47,13 +47,13 @@ class StoryMenuState extends MusicBeatState
];
var weekNames:Array<String> = [
"",
"How to Funk",
"Daddy Dearest",
"Spooky Month",
"PICO",
"MOMMY MUST MURDER",
"RED SNOW",
"hating simulator ft. moawling"
"Hating Simulator ft. Moawling"
];
var txtWeekTitle:FlxText;