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
@@ -1,7 +1,7 @@
class_name GameClient
extends Node
@export var web_client: WebClientTCP
@export var web_client: WebClient
@export var start_game_button: Button
@export var play_card_button: Button
@export var bet_container: Control