the funny commit
This commit is contained in:
@ -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());
|
||||
|
Reference in New Issue
Block a user