diff options
Diffstat (limited to 'client/global.gd')
-rw-r--r-- | client/global.gd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/global.gd b/client/global.gd index c020f8da..5e016178 100644 --- a/client/global.gd +++ b/client/global.gd @@ -26,6 +26,7 @@ var default_profile := { "username": "Giovanni", "character": 0, "last_server_url": "", + "tutorials_played": 0, "hints": { "has_seen_nametags": false, "has_moved": false, |