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