diff options
| author | tpart <tpart120@proton.me> | 2024-07-12 00:54:18 +0200 | 
|---|---|---|
| committer | tpart <tpart120@proton.me> | 2024-07-12 00:54:18 +0200 | 
| commit | a9ee32b2e2126c622b23ae83329836faaacc7368 (patch) | |
| tree | 7d49bb3c15b4553a98ee425013902b25be17bd83 /client/global.gd | |
| parent | 6173d3e9a45f17dc92318d11786c5631143808e5 (diff) | |
| download | hurrycurry-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.gd | 3 | 
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 | 
