From c97f8498c78ac2c01d16f8511fb9e043b4cc6921 Mon Sep 17 00:00:00 2001 From: M&M Date: Mon, 5 Jul 2021 19:36:17 -0700 Subject: [PATCH] fix week names crashing --- source/StoryMenuState.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/StoryMenuState.hx b/source/StoryMenuState.hx index a4401bc..d2362ee 100644 --- a/source/StoryMenuState.hx +++ b/source/StoryMenuState.hx @@ -50,7 +50,7 @@ class StoryMenuState extends MusicBeatState ['senpai', 'bf', 'gf'] ]; - var weekNames:Array = CoolUtil.coolTextFile(Paths.txt('weekNames')); + var weekNames:Array = CoolUtil.coolTextFile(Paths.txt('data/weekNames')); var txtWeekTitle:FlxText;