the funny commit

This commit is contained in:
KadeDev
2021-04-02 14:44:15 -07:00
parent 2442602e49
commit 33e236fd45
4 changed files with 28 additions and 6 deletions

View File

@ -61,6 +61,11 @@ class TitleState extends MusicBeatState
#if desktop
DiscordClient.initialize();
Application.current.onExit.add (function (exitCode) {
DiscordClient.shutdown();
});
#end
curWacky = FlxG.random.getObject(getIntroTextShit());