Snow RPC now used
parent
b8d43e38b7
commit
1336ea00e4
|
@ -118,6 +118,9 @@ function TitleScene:onInputPress(e)
|
|||
self.text = self.text .. (e.scancode ~= nil and e.scancode or "")
|
||||
if self.text == "ffffff" then
|
||||
self.text_flag = true
|
||||
DiscordRPC:update({
|
||||
largeImageKey = "snow"
|
||||
})
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue