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