aboutsummaryrefslogtreecommitdiff
path: root/client/system/profile.gd
diff options
context:
space:
mode:
Diffstat (limited to 'client/system/profile.gd')
-rw-r--r--client/system/profile.gd4
1 files changed, 3 insertions, 1 deletions
diff --git a/client/system/profile.gd b/client/system/profile.gd
index d0e04bb2..5fd7f548 100644
--- a/client/system/profile.gd
+++ b/client/system/profile.gd
@@ -25,7 +25,9 @@ static var default_profile := {
},
"last_server_url": "",
"tutorial_ingredients_played": [],
- "registry_asked": false
+ "registry_asked": false,
+ "controls_one_handed_explained": false,
+ "controls_two_handed_explained": false
}
# profile is stored in a Dictionary[String, Any]