Merge pull request #204 from RainMinecraft/master
Discord now tells what menu you are in
This commit is contained in:
commit
5909393bed
@ -55,7 +55,7 @@ class FreeplayState extends MusicBeatState
|
|||||||
|
|
||||||
#if windows
|
#if windows
|
||||||
// Updating Discord Rich Presence
|
// Updating Discord Rich Presence
|
||||||
DiscordClient.changePresence("In the Menus", null);
|
DiscordClient.changePresence("In the Freeplay Menu", null);
|
||||||
#end
|
#end
|
||||||
|
|
||||||
var isDebug:Bool = false;
|
var isDebug:Bool = false;
|
||||||
|
@ -76,7 +76,7 @@ class StoryMenuState extends MusicBeatState
|
|||||||
{
|
{
|
||||||
#if windows
|
#if windows
|
||||||
// Updating Discord Rich Presence
|
// Updating Discord Rich Presence
|
||||||
DiscordClient.changePresence("In the Menus", null);
|
DiscordClient.changePresence("In the Story Mode Menu", null);
|
||||||
#end
|
#end
|
||||||
|
|
||||||
transIn = FlxTransitionableState.defaultTransIn;
|
transIn = FlxTransitionableState.defaultTransIn;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user