diff options
author | tpart <tpart120@proton.me> | 2024-07-15 12:40:32 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-07-15 12:40:32 +0200 |
commit | 7aef7f193dca90a5253944450196d2dd71fefed5 (patch) | |
tree | 7f8b2ffb9917f7fe3308408bc30b2adfb46b8a43 /client/menu/popup_message.tscn | |
parent | 64732f9ddb16c5d9ad01eb8de61b96e7b8974877 (diff) | |
download | hurrycurry-7aef7f193dca90a5253944450196d2dd71fefed5.tar hurrycurry-7aef7f193dca90a5253944450196d2dd71fefed5.tar.bz2 hurrycurry-7aef7f193dca90a5253944450196d2dd71fefed5.tar.zst |
Add hint about joining game while it is running
Diffstat (limited to 'client/menu/popup_message.tscn')
-rw-r--r-- | client/menu/popup_message.tscn | 5 |
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"] |