Working prototype

This commit is contained in:
Sch1nken 2024-03-16 19:56:22 +01:00
parent 3de181134d
commit 1ed0ec226d
24 changed files with 682 additions and 31 deletions

View file

@ -18,4 +18,4 @@ func _on_back_button_pressed():
func _on_connect_button_pressed():
GameData.is_player_black = true
WSClient.start(GameData.WEBSOCKET_ENDPOINT, lobby_code_input.text)
WSClient.start(GameData.WEBSOCKET_ENDPOINT, lobby_code_input.text, false)