aboutsummaryrefslogtreecommitdiff
path: root/client/global.gd
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2024-07-12 00:54:18 +0200
committertpart <tpart120@proton.me>2024-07-12 00:54:18 +0200
commita9ee32b2e2126c622b23ae83329836faaacc7368 (patch)
tree7d49bb3c15b4553a98ee425013902b25be17bd83 /client/global.gd
parent6173d3e9a45f17dc92318d11786c5631143808e5 (diff)
downloadhurrycurry-a9ee32b2e2126c622b23ae83329836faaacc7368.tar
hurrycurry-a9ee32b2e2126c622b23ae83329836faaacc7368.tar.bz2
hurrycurry-a9ee32b2e2126c622b23ae83329836faaacc7368.tar.zst
Add move hint; Increase display time of hints
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