Credits scene now has its own special RPC
parent
ef966d8190
commit
50f6010ed1
|
@ -7,6 +7,11 @@ function CreditsScene:new()
|
||||||
-- higher = slower
|
-- higher = slower
|
||||||
self.scroll_speed = 1.85
|
self.scroll_speed = 1.85
|
||||||
switchBGM("credit_roll", "gm3")
|
switchBGM("credit_roll", "gm3")
|
||||||
|
|
||||||
|
DiscordRPC:update({
|
||||||
|
details = "Watching the credits",
|
||||||
|
state = "Thanks for playing the game!"
|
||||||
|
})
|
||||||
end
|
end
|
||||||
|
|
||||||
function CreditsScene:update()
|
function CreditsScene:update()
|
||||||
|
|
Loading…
Reference in New Issue