clients now auto-connect to server, omitting the connection step and hiding the server URL from the frontend

This commit is contained in:
2025-07-20 15:02:05 +02:00
parent f11cb19348
commit b97d454402
11 changed files with 385 additions and 635 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ extends Node3D
var hand_associations: Dictionary[String, PlayerHand]
@export var web_client: WebClientTCP
@export var web_client: WebClient
@export var card_stack: CardStack