Merge pull request #204 from RainMinecraft/master

Discord now tells what menu you are in
This commit is contained in:
Kade M 2021-04-13 16:08:26 -07:00 committed by GitHub
commit 5909393bed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ class FreeplayState extends MusicBeatState
#if windows
// Updating Discord Rich Presence
DiscordClient.changePresence("In the Menus", null);
DiscordClient.changePresence("In the Freeplay Menu", null);
#end
var isDebug:Bool = false;

View File

@ -76,7 +76,7 @@ class StoryMenuState extends MusicBeatState
{
#if windows
// Updating Discord Rich Presence
DiscordClient.changePresence("In the Menus", null);
DiscordClient.changePresence("In the Story Mode Menu", null);
#end
transIn = FlxTransitionableState.defaultTransIn;