From db472a87a3387c9294e91dd57150fb7b51edf260 Mon Sep 17 00:00:00 2001 From: KadeDev Date: Tue, 9 Mar 2021 12:46:38 -0800 Subject: [PATCH] forgot this one lol (re-release) --- source/TitleState.hx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/TitleState.hx b/source/TitleState.hx index 652d00a..51ba871 100644 --- a/source/TitleState.hx +++ b/source/TitleState.hx @@ -46,6 +46,11 @@ class TitleState extends MusicBeatState polymod.Polymod.init({modRoot: "mods", dirs: ['introMod']}); #end + #if sys + if (!sys.FileSystem.exists(Sys.getCwd() + "\\assets\\replays")) + sys.FileSystem.createDirectory(Sys.getCwd() + "\\assets\\replays"); + #end + PlayerSettings.init(); curWacky = FlxG.random.getObject(getIntroTextShit());