From 7aef7f193dca90a5253944450196d2dd71fefed5 Mon Sep 17 00:00:00 2001 From: tpart Date: Mon, 15 Jul 2024 12:40:32 +0200 Subject: Add hint about joining game while it is running --- client/menu/popup_message.tscn | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'client/menu/popup_message.tscn') 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"] -- cgit v1.2.3-70-g09d2