Merge pull request #1193 from ActualMandM/kade-fixstory

fix week names crashing
This commit is contained in:
Kade M 2021-07-05 23:01:39 -07:00 committed by GitHub
commit 10b5deb1e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,7 @@ class StoryMenuState extends MusicBeatState
['senpai', 'bf', 'gf']
];
var weekNames:Array<String> = CoolUtil.coolTextFile(Paths.txt('weekNames'));
var weekNames:Array<String> = CoolUtil.coolTextFile(Paths.txt('data/weekNames'));
var txtWeekTitle:FlxText;