From 50f6010ed13dacf46b0360114a89be728838b86a Mon Sep 17 00:00:00 2001 From: Ishaan Bhardwaj Date: Sat, 25 Sep 2021 22:46:48 -0400 Subject: [PATCH] Credits scene now has its own special RPC --- scene/credits.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scene/credits.lua b/scene/credits.lua index c19a40d..692e497 100644 --- a/scene/credits.lua +++ b/scene/credits.lua @@ -7,6 +7,11 @@ function CreditsScene:new() -- higher = slower self.scroll_speed = 1.85 switchBGM("credit_roll", "gm3") + + DiscordRPC:update({ + details = "Watching the credits", + state = "Thanks for playing the game!" + }) end function CreditsScene:update()