diff options
author | tpart <tpart120@proton.me> | 2024-07-12 00:57:56 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-07-12 00:57:56 +0200 |
commit | 41f8c3c467bfeb51ec34c76b16c78145064e0af6 (patch) | |
tree | 44be40eddb278353305ca29abf2ab60f0b385481 /client/global.gd | |
parent | a9ee32b2e2126c622b23ae83329836faaacc7368 (diff) | |
download | hurrycurry-41f8c3c467bfeb51ec34c76b16c78145064e0af6.tar hurrycurry-41f8c3c467bfeb51ec34c76b16c78145064e0af6.tar.bz2 hurrycurry-41f8c3c467bfeb51ec34c76b16c78145064e0af6.tar.zst |
Add interact hint
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 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 |