diff options
| author | tpart <tpart120@proton.me> | 2024-07-14 16:39:52 +0200 |
|---|---|---|
| committer | tpart <tpart120@proton.me> | 2024-07-14 16:39:52 +0200 |
| commit | 68db08ed932b751b49a786dccab0f3922d7b43d6 (patch) | |
| tree | 63abfd53b1dd1250c63bb04aef7b527ddb4d3c42 /client/menu/popup_message.tscn | |
| parent | d6e23504d7dda9b5e1409d918945fb01796db5a6 (diff) | |
| download | hurrycurry-68db08ed932b751b49a786dccab0f3922d7b43d6.tar hurrycurry-68db08ed932b751b49a786dccab0f3922d7b43d6.tar.bz2 hurrycurry-68db08ed932b751b49a786dccab0f3922d7b43d6.tar.zst | |
Tweak hints
Diffstat (limited to 'client/menu/popup_message.tscn')
| -rw-r--r-- | client/menu/popup_message.tscn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/menu/popup_message.tscn b/client/menu/popup_message.tscn index fd98285d..b83d15a0 100644 --- a/client/menu/popup_message.tscn +++ b/client/menu/popup_message.tscn @@ -111,7 +111,7 @@ one_shot = true [node name="AutoHintTimers" type="Node" parent="."] [node name="Move" type="Timer" parent="AutoHintTimers"] -wait_time = 5.0 +wait_time = 2.0 one_shot = true [node name="Boost" type="Timer" parent="AutoHintTimers"] @@ -119,7 +119,7 @@ wait_time = 90.0 one_shot = true [node name="Interact" type="Timer" parent="AutoHintTimers"] -wait_time = 20.0 +wait_time = 15.0 one_shot = true [node name="RotateCamera" type="Timer" parent="AutoHintTimers"] |