aboutsummaryrefslogtreecommitdiff
path: root/client/global.gd
diff options
context:
space:
mode:
Diffstat (limited to 'client/global.gd')
-rw-r--r--client/global.gd3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/global.gd b/client/global.gd
index 38b228e3..cd1b5c8b 100644
--- a/client/global.gd
+++ b/client/global.gd
@@ -25,7 +25,8 @@ var default_profile := {
"username": "Giovanni",
"character": 0,
"last_server_url": "",
- "hint_boost_seen": false
+ "hint_move_seen": false,
+ "hint_boost_seen": false,
}
var languages := [tr("System default"), "en", "de"]
var using_joypad := false