more rpc stuff!

This commit is contained in:
hailey
2021-09-26 09:51:43 +10:00
parent b28759e0c8
commit ea38ebb89d
7 changed files with 11 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ local menu_screens = {
function ConfigScene:new()
self.menu_state = 1
DiscordRPC:update({
details = "In menus",
details = "In settings",
state = "Changing input config",
})
end
@@ -63,4 +63,4 @@ function ConfigScene:onInputPress(e)
end
end
return ConfigScene
return ConfigScene