host client can now start round and send out shuffled cards, server can spread them to all connected clients

This commit is contained in:
2025-07-07 22:40:46 +02:00
parent 4ac3fbd962
commit 3122df893a
5 changed files with 76 additions and 14 deletions
+3 -1
View File
@@ -132,13 +132,15 @@ size_flags_horizontal = 3
layout_mode = 2
text = "Send"
[node name="GameUI" type="Control" parent="HBoxContainer" node_paths=PackedStringArray("web_client")]
[node name="GameUI" type="Control" parent="HBoxContainer" node_paths=PackedStringArray("web_client", "start_game_button")]
layout_mode = 2
size_flags_horizontal = 3
script = ExtResource("3_feb5d")
web_client = NodePath("../../WebClientTCP")
start_game_button = NodePath("StartGameButton")
[node name="StartGameButton" type="Button" parent="HBoxContainer/GameUI"]
visible = false
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5