clients now auto-connect to server, omitting the connection step and hiding the server URL from the frontend
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user