Change Discord stuff to only windows
This commit is contained in:
@ -2,7 +2,7 @@ import flixel.math.FlxMath;
|
||||
import flixel.FlxCamera;
|
||||
import flixel.math.FlxPoint;
|
||||
import flixel.FlxObject;
|
||||
#if desktop
|
||||
#if windows
|
||||
import Discord.DiscordClient;
|
||||
import sys.thread.Thread;
|
||||
#end
|
||||
@ -33,7 +33,7 @@ class GameplayCustomizeState extends MusicBeatState
|
||||
private var camHUD:FlxCamera;
|
||||
|
||||
public override function create() {
|
||||
#if desktop
|
||||
#if windows
|
||||
// Updating Discord Rich Presence
|
||||
DiscordClient.changePresence("Customizing Gameplay", null);
|
||||
#end
|
||||
|
Reference in New Issue
Block a user