diff --git a/scene/mode_select.lua b/scene/mode_select.lua index 5550ec7..71d93a9 100755 --- a/scene/mode_select.lua +++ b/scene/mode_select.lua @@ -39,7 +39,7 @@ function ModeSelectScene:new() DiscordRPC:update({ details = "In menus", state = "Choosing a mode", - largeImageKey = "icon2" + largeImageKey = "ingame-000" }) end diff --git a/scene/stick_config.lua b/scene/stick_config.lua index a9ca349..3e7be01 100644 --- a/scene/stick_config.lua +++ b/scene/stick_config.lua @@ -36,7 +36,7 @@ function StickConfigScene:new() self.axis_timer = 0 DiscordRPC:update({ - details = "In menus", + details = "In settings", state = "Changing joystick config", }) end diff --git a/scene/tuning.lua b/scene/tuning.lua index 69e58eb..ef0f4ee 100644 --- a/scene/tuning.lua +++ b/scene/tuning.lua @@ -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