client: now displays when clients leave the lobby

This commit is contained in:
2025-07-04 11:41:57 +02:00
parent 4b4285ca99
commit 2aa6d710cf
4 changed files with 17 additions and 6 deletions
+1
View File
@@ -113,6 +113,7 @@ layout_mode = 2
text = "Send"
[connection signal="client_joined_lobby" from="WebClientTCP" to="ClientInterface" method="_on_web_client_tcp_client_joined_lobby"]
[connection signal="client_left_lobby" from="WebClientTCP" to="ClientInterface" method="_on_web_client_tcp_client_left_lobby"]
[connection signal="connected_to_lobby" from="WebClientTCP" to="ClientInterface" method="_on_web_client_tcp_connected_to_lobby"]
[connection signal="connected_to_server" from="WebClientTCP" to="ClientInterface" method="_on_web_client_tcp_connected_to_server"]
[connection signal="connection_error_occurred" from="WebClientTCP" to="ClientInterface" method="_on_web_client_tcp_connection_error_occurred"]