diff options
Diffstat (limited to 'client/system/profile.gd')
-rw-r--r-- | client/system/profile.gd | 6 |
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] |