Discord Rich Presence transition
This commit is contained in:
parent
c6482cef01
commit
8939f46151
|
@ -57,7 +57,7 @@ namespace RhythmHeavenMania.DiscordRPC
|
||||||
Assets =
|
Assets =
|
||||||
{
|
{
|
||||||
LargeImage = "logo",
|
LargeImage = "logo",
|
||||||
LargeText = "Rhythm Heaven Mania is based on the Rhythm Heaven series that attempts to recreate every minigame with customizability!"
|
LargeText = "Together now!"
|
||||||
},
|
},
|
||||||
Instance = true,
|
Instance = true,
|
||||||
};
|
};
|
||||||
|
|
|
@ -4,7 +4,7 @@ namespace RhythmHeavenMania.DiscordRPC
|
||||||
{
|
{
|
||||||
public class DiscordRPC : MonoBehaviour
|
public class DiscordRPC : MonoBehaviour
|
||||||
{
|
{
|
||||||
public static long clientID = 937480118518042675;
|
public static long clientID = 945877725984477205;
|
||||||
|
|
||||||
private static void DiscordControllerCheck()
|
private static void DiscordControllerCheck()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue