mirror of
https://github.com/SashLilac/cambridge.git
synced 2024-11-22 06:49:02 -06:00
Snow RPC now used
This commit is contained in:
parent
b8d43e38b7
commit
1336ea00e4
@ -118,6 +118,9 @@ function TitleScene:onInputPress(e)
|
|||||||
self.text = self.text .. (e.scancode ~= nil and e.scancode or "")
|
self.text = self.text .. (e.scancode ~= nil and e.scancode or "")
|
||||||
if self.text == "ffffff" then
|
if self.text == "ffffff" then
|
||||||
self.text_flag = true
|
self.text_flag = true
|
||||||
|
DiscordRPC:update({
|
||||||
|
largeImageKey = "snow"
|
||||||
|
})
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user