forgot this one lol (re-release)
This commit is contained in:
parent
46f8acf46f
commit
db472a87a3
@ -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());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user