forgot this one lol (re-release)

This commit is contained in:
KadeDev 2021-03-09 12:46:38 -08:00
parent 46f8acf46f
commit db472a87a3

View File

@ -46,6 +46,11 @@ class TitleState extends MusicBeatState
polymod.Polymod.init({modRoot: "mods", dirs: ['introMod']}); polymod.Polymod.init({modRoot: "mods", dirs: ['introMod']});
#end #end
#if sys
if (!sys.FileSystem.exists(Sys.getCwd() + "\\assets\\replays"))
sys.FileSystem.createDirectory(Sys.getCwd() + "\\assets\\replays");
#end
PlayerSettings.init(); PlayerSettings.init();
curWacky = FlxG.random.getObject(getIntroTextShit()); curWacky = FlxG.random.getObject(getIntroTextShit());