mirror of
https://github.com/SashLilac/cambridge.git
synced 2024-11-24 23:29:02 -06:00
Compare commits
4 Commits
82966e99c3
...
b8d43e38b7
Author | SHA1 | Date | |
---|---|---|---|
|
b8d43e38b7 | ||
|
6b595d2146 | ||
|
1082a2903a | ||
|
3480734a44 |
@ -56,6 +56,12 @@ function ModeSelectScene:update()
|
||||
self:changeOption(self.das_up and -1 or 1)
|
||||
self.das = self.das - 4
|
||||
end
|
||||
|
||||
DiscordRPC:update({
|
||||
details = "In menus",
|
||||
state = "Choosing a " .. self.menu_state.select,
|
||||
largeImageKey = "ingame-000"
|
||||
})
|
||||
end
|
||||
|
||||
function ModeSelectScene:render()
|
||||
|
@ -26,7 +26,12 @@ local mainmenuidle = {
|
||||
"Trying to see all the funny rpc messages (maybe)",
|
||||
"Not not not playing",
|
||||
"AFK",
|
||||
"Preparing for their next game"
|
||||
"Preparing for their next game",
|
||||
"Who are those people on that boat?",
|
||||
"Welcome to Cambridge!",
|
||||
"who even reads these",
|
||||
"Made with love in LOVE!",
|
||||
"This is probably the longest RPC string out of every possible RPC string that can be displayed."
|
||||
}
|
||||
|
||||
function TitleScene:new()
|
||||
@ -40,6 +45,7 @@ function TitleScene:new()
|
||||
details = "In menus",
|
||||
state = mainmenuidle[math.random(#mainmenuidle)],
|
||||
largeImageKey = "icon2",
|
||||
largeImageText = version
|
||||
})
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user