aboutsummaryrefslogtreecommitdiff
path: root/client/menu/popup_message.tscn
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-07-15 15:00:50 +0200
committermetamuffin <metamuffin@disroot.org>2024-07-15 15:00:50 +0200
commit55f1cd9cd968b77121f1536cee963048ffe0acb0 (patch)
tree66a9d5994f4bc842e8322f2f7468157349b490ed /client/menu/popup_message.tscn
parent340aa47c4652fe2f0ec5b0e4f293cfff407a0e6c (diff)
parentd9ad661792297503fb0ea11f79ec153d8430f65b (diff)
downloadhurrycurry-55f1cd9cd968b77121f1536cee963048ffe0acb0.tar
hurrycurry-55f1cd9cd968b77121f1536cee963048ffe0acb0.tar.bz2
hurrycurry-55f1cd9cd968b77121f1536cee963048ffe0acb0.tar.zst
Merge branch 'master' of https://codeberg.org/hurrycurry/hurrycurry
Diffstat (limited to 'client/menu/popup_message.tscn')
-rw-r--r--client/menu/popup_message.tscn5
1 files changed, 5 insertions, 0 deletions
diff --git a/client/menu/popup_message.tscn b/client/menu/popup_message.tscn
index b83d15a0..8a91f7c8 100644
--- a/client/menu/popup_message.tscn
+++ b/client/menu/popup_message.tscn
@@ -138,6 +138,10 @@ one_shot = true
wait_time = 10.0
one_shot = true
+[node name="JoinWhileRunning" type="Timer" parent="."]
+wait_time = 5.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="AutoHintTimers/Move" to="." method="_on_move_timeout"]
@@ -147,3 +151,4 @@ one_shot = true
[connection signal="timeout" from="AutoHintTimers/Zoom" to="." method="_on_zoom_timeout"]
[connection signal="timeout" from="AutoHintTimers/Nametags" to="." method="_on_nametags_timeout"]
[connection signal="timeout" from="Reset" to="." method="_on_reset_timeout"]
+[connection signal="timeout" from="JoinWhileRunning" to="." method="_on_join_while_running_timeout"]