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