hi again
This commit is contained in:
@@ -8,11 +8,20 @@ local menu_screens = {
|
||||
TuningScene
|
||||
}
|
||||
|
||||
local settingsidle = {
|
||||
"Tweaking some knobs",
|
||||
"Tuning up",
|
||||
"Adjusting options",
|
||||
"Setting up",
|
||||
"Setting the settings"
|
||||
}
|
||||
|
||||
function SettingsScene:new()
|
||||
self.menu_state = 1
|
||||
DiscordRPC:update({
|
||||
details = "In menus",
|
||||
state = "Changing settings",
|
||||
details = "In settings",
|
||||
state = settingsidle[math.random(#settingsidle)],
|
||||
largeImageKey = "settings",
|
||||
})
|
||||
end
|
||||
|
||||
@@ -62,4 +71,4 @@ function SettingsScene:onInputPress(e)
|
||||
end
|
||||
end
|
||||
|
||||
return SettingsScene
|
||||
return SettingsScene
|
||||
|
||||
Reference in New Issue
Block a user