2 cool rpc changes!
parent
6b595d2146
commit
b8d43e38b7
|
@ -56,6 +56,12 @@ function ModeSelectScene:update()
|
||||||
self:changeOption(self.das_up and -1 or 1)
|
self:changeOption(self.das_up and -1 or 1)
|
||||||
self.das = self.das - 4
|
self.das = self.das - 4
|
||||||
end
|
end
|
||||||
|
|
||||||
|
DiscordRPC:update({
|
||||||
|
details = "In menus",
|
||||||
|
state = "Choosing a " .. self.menu_state.select,
|
||||||
|
largeImageKey = "ingame-000"
|
||||||
|
})
|
||||||
end
|
end
|
||||||
|
|
||||||
function ModeSelectScene:render()
|
function ModeSelectScene:render()
|
||||||
|
|
|
@ -45,8 +45,7 @@ function TitleScene:new()
|
||||||
details = "In menus",
|
details = "In menus",
|
||||||
state = mainmenuidle[math.random(#mainmenuidle)],
|
state = mainmenuidle[math.random(#mainmenuidle)],
|
||||||
largeImageKey = "icon2",
|
largeImageKey = "icon2",
|
||||||
smallImageKey = "smol",
|
largeImageText = version
|
||||||
smallImageText = version
|
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue