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 9318322b..6fab0d5c 100644
--- a/client/settings.gd
+++ b/client/settings.gd
@@ -25,6 +25,7 @@ static func get_root():
ToggleSetting.new("invert_camera", false),
ToggleSetting.new("usernames", true),
ToggleSetting.new("setup_completed", false),
+ ToggleSetting.new("tutorial_disabled", false),
ToggleSetting.new("tutorial_started", false),
ToggleSetting.new("latch_boost", true),
ToggleSetting.new("accessible_movement", false),