Fixed RPC details for some scenes
parent
8dc59a562e
commit
d558faeef0
|
@ -39,7 +39,7 @@ function ModeSelectScene:new()
|
|||
DiscordRPC:update({
|
||||
details = "In menus",
|
||||
state = "Choosing a mode",
|
||||
largeImageKey = "icon2"
|
||||
largeImageKey = "ingame-000"
|
||||
})
|
||||
end
|
||||
|
||||
|
|
|
@ -36,7 +36,7 @@ function StickConfigScene:new()
|
|||
self.axis_timer = 0
|
||||
|
||||
DiscordRPC:update({
|
||||
details = "In menus",
|
||||
details = "In settings",
|
||||
state = "Changing joystick config",
|
||||
})
|
||||
end
|
||||
|
|
|
@ -16,7 +16,7 @@ local optioncount = #TuningScene.options
|
|||
|
||||
function TuningScene:new()
|
||||
DiscordRPC:update({
|
||||
details = "In menus",
|
||||
details = "In settings",
|
||||
state = "Changing tuning settings",
|
||||
})
|
||||
self.highlight = 1
|
||||
|
|
Loading…
Reference in New Issue