aboutsummaryrefslogtreecommitdiff
path: root/client/system/profile.gd
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2025-09-30 14:34:30 +0200
committertpart <tpart120@proton.me>2025-09-30 14:34:34 +0200
commitb4a046026e687a3b44ce2be0cbab1150bd3545ca (patch)
treeb32446ec30a9ded0e70c3489c4fadd288fd69412 /client/system/profile.gd
parent7fc0484a680ab777174aec1c1ffcbb61cd19c479 (diff)
downloadhurrycurry-b4a046026e687a3b44ce2be0cbab1150bd3545ca.tar
hurrycurry-b4a046026e687a3b44ce2be0cbab1150bd3545ca.tar.bz2
hurrycurry-b4a046026e687a3b44ce2be0cbab1150bd3545ca.tar.zst
Store if correct explanation for input device was shown in profile
Diffstat (limited to 'client/system/profile.gd')
-rw-r--r--client/system/profile.gd6
1 files changed, 4 insertions, 2 deletions
diff --git a/client/system/profile.gd b/client/system/profile.gd
index 89496af5..dd4da430 100644
--- a/client/system/profile.gd
+++ b/client/system/profile.gd
@@ -26,8 +26,10 @@ static var default_profile := {
"last_server_url": "",
"tutorial_ingredients_played": [],
"registry_asked": false,
- "controls_one_handed_explained": false,
- "controls_two_handed_explained": false
+ "controls_keyboard_one_handed_explained": false,
+ "controls_keyboard_two_handed_explained": false,
+ "controls_joypad_one_handed_explained": false,
+ "controls_joypad_two_handed_explained": false
}
# profile is stored in a Dictionary[String, Any]