Credits scene now has its own special RPC

pull/37/head
Ishaan Bhardwaj 2021-09-25 22:46:48 -04:00
parent ef966d8190
commit 50f6010ed1
1 changed files with 5 additions and 0 deletions

View File

@ -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()