fix week names crashing
This commit is contained in:
parent
e28b418139
commit
c97f8498c7
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user