mirror of
https://github.com/SashLilac/cambridge.git
synced 2024-11-25 00:39:02 -06:00
Compare commits
No commits in common. "b8d43e38b7fec0c246938e6069b9f03b4e2fa295" and "82966e99c367fe0e94b1d6ea49260d7148090315" have entirely different histories.
b8d43e38b7
...
82966e99c3
@ -56,12 +56,6 @@ 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,12 +26,7 @@ local mainmenuidle = {
|
||||
"Trying to see all the funny rpc messages (maybe)",
|
||||
"Not not not playing",
|
||||
"AFK",
|
||||
"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."
|
||||
"Preparing for their next game"
|
||||
}
|
||||
|
||||
function TitleScene:new()
|
||||
@ -45,7 +40,6 @@ function TitleScene:new()
|
||||
details = "In menus",
|
||||
state = mainmenuidle[math.random(#mainmenuidle)],
|
||||
largeImageKey = "icon2",
|
||||
largeImageText = version
|
||||
})
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user