Fixed RPC details for some scenes

pull/37/head
Ishaan Bhardwaj 2021-09-26 15:30:37 -04:00
parent 8dc59a562e
commit d558faeef0
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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