move week names to file

This commit is contained in:
M&M
2021-06-21 11:10:29 -07:00
parent 71573be905
commit 0cb6614f9f
3 changed files with 19 additions and 31 deletions

View File

@ -46,15 +46,7 @@ class StoryMenuState extends MusicBeatState
['senpai', 'bf', 'gf']
];
var weekNames:Array<String> = [
"",
"Daddy Dearest",
"Spooky Month",
"PICO",
"MOMMY MUST MURDER",
"RED SNOW",
"Hating Simulator ft. Moawling"
];
var weekNames:Array<String> = CoolUtil.coolTextFile(Paths.txt('weekNames'));
var txtWeekTitle:FlxText;