cards are now distributed and displayed among all clients

This commit is contained in:
2025-07-15 11:31:01 +02:00
parent e7b53601c0
commit 3a22a4e95d
6 changed files with 40 additions and 39 deletions
+1
View File
@@ -235,6 +235,7 @@ transform = Transform3D(-0.5, 0, 0.866025, 0, 1, 0, -0.866025, 0, -0.5, 3.2, 0.4
[node name="Table" parent="EnvironmentManager" instance=ExtResource("7_eow3j")]
[connection signal="cards_received" from="WebClientTCP" to="EnvironmentManager" method="_on_web_client_tcp_cards_received"]
[connection signal="client_joined_lobby" from="WebClientTCP" to="HBoxContainer/ClientInterface" method="_on_web_client_tcp_client_joined_lobby"]
[connection signal="client_joined_lobby" from="WebClientTCP" to="HBoxContainer/GameUI" method="_on_web_client_tcp_client_joined_lobby"]
[connection signal="client_left_lobby" from="WebClientTCP" to="HBoxContainer/ClientInterface" method="_on_web_client_tcp_client_left_lobby"]