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