aboutsummaryrefslogtreecommitdiff
path: root/client/menu/popup_message.tscn
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/menu/popup_message.tscn
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/menu/popup_message.tscn')
-rw-r--r--client/menu/popup_message.tscn7
1 files changed, 6 insertions, 1 deletions
diff --git a/client/menu/popup_message.tscn b/client/menu/popup_message.tscn
index 178f414b..32f54b1d 100644
--- a/client/menu/popup_message.tscn
+++ b/client/menu/popup_message.tscn
@@ -99,15 +99,20 @@ wait_time = 5.0
one_shot = true
[node name="HintTimer" type="Timer" parent="."]
-wait_time = 5.0
+wait_time = 10.0
one_shot = true
[node name="HintTimers" type="Node" parent="."]
+[node name="Move" type="Timer" parent="HintTimers"]
+wait_time = 5.0
+one_shot = true
+
[node name="Boost" type="Timer" parent="HintTimers"]
wait_time = 90.0
one_shot = true
[connection signal="timeout" from="ServerTimer" to="." method="_on_server_timer_timeout"]
[connection signal="timeout" from="HintTimer" to="." method="_on_hint_timer_timeout"]
+[connection signal="timeout" from="HintTimers/Move" to="." method="_on_move_timeout"]
[connection signal="timeout" from="HintTimers/Boost" to="." method="_on_boost_timeout"]