freaky preloading shit and music

This commit is contained in:
Kade M
2021-07-06 14:13:59 -07:00
parent 10b5deb1e9
commit c442e23b1c
2 changed files with 1 additions and 15 deletions

View File

@ -67,16 +67,7 @@ class TitleState extends MusicBeatState
trace("Loaded " + openfl.Assets.getLibrary("default").assetsLoaded + " assets (DEFAULT)");
}
PlayerSettings.init();
#if windows
DiscordClient.initialize();
Application.current.onExit.add (function (exitCode) {
DiscordClient.shutdown();
});
#end
curWacky = FlxG.random.getObject(getIntroTextShit());
@ -93,14 +84,8 @@ class TitleState extends MusicBeatState
trace('NEWGROUNDS LOL');
#end
FlxG.save.bind('funkin', 'ninjamuffin99');
KadeEngineData.initSave();
// var file:SMFile = SMFile.loadFile("file.sm");
// this was testing things
Highscore.load();
#if FREEPLAY
FlxG.switchState(new FreeplayState());