aboutsummaryrefslogtreecommitdiff
path: root/client/settings.gd
diff options
context:
space:
mode:
Diffstat (limited to 'client/settings.gd')
-rw-r--r--client/settings.gd1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/settings.gd b/client/settings.gd
index 978c0fac..a17e79fa 100644
--- a/client/settings.gd
+++ b/client/settings.gd
@@ -57,6 +57,7 @@ static func get_root():
SettingsCategory.new("ui", [
DropdownSetting.new("touch_controls", "automatic", ["automatic", "enabled", "disabled"]),
DropdownSetting.new("language", "system", Global.language_list()),
+ ToggleSetting.new("hide_overlays", false),
DropdownSetting.new("scale_mode", "resize", ["resize", "disabled"]),
RangeSetting.new("scale_factor", 1. if not Global.on_mobile() else 1.5, 0.5, 1.5, 3),
]),