aboutsummaryrefslogtreecommitdiff
path: root/client/gui/overlays
diff options
context:
space:
mode:
Diffstat (limited to 'client/gui/overlays')
-rw-r--r--client/gui/overlays/overlays.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/gui/overlays/overlays.gd b/client/gui/overlays/overlays.gd
index 00778cdb..0483fef6 100644
--- a/client/gui/overlays/overlays.gd
+++ b/client/gui/overlays/overlays.gd
@@ -21,4 +21,4 @@ func _ready():
func _input(_event):
if Input.is_action_just_pressed("toggle_overlay"):
- Global.set_setting("ui.hide_overlays", not Global.get_setting("ui.hide_overlays"))
+ Settings.write("ui.hide_overlays", not Settings.read("ui.hide_overlays"))