From b4a046026e687a3b44ce2be0cbab1150bd3545ca Mon Sep 17 00:00:00 2001 From: tpart Date: Tue, 30 Sep 2025 14:34:30 +0200 Subject: Store if correct explanation for input device was shown in profile --- client/system/profile.gd | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'client/system/profile.gd') 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] -- cgit v1.2.3-70-g09d2