aboutsummaryrefslogtreecommitdiff
path: root/client/system/profile.gd
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2025-09-29 22:50:44 +0200
committertpart <tpart120@proton.me>2025-09-29 22:50:50 +0200
commitc1e826625f3ca3116d482b27e2f0b230cbd55346 (patch)
tree7ad7b96afc3b88574a7d000a5ca615e9eff91083 /client/system/profile.gd
parent0c8f9abfd586964c0f04a0a81989ae2d3dbfebdb (diff)
downloadhurrycurry-c1e826625f3ca3116d482b27e2f0b230cbd55346.tar
hurrycurry-c1e826625f3ca3116d482b27e2f0b230cbd55346.tar.bz2
hurrycurry-c1e826625f3ca3116d482b27e2f0b230cbd55346.tar.zst
Add new controls explanation (Closes #427)
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]