added multiplayer connection. TODO: Sync Inventory values. Disable moving of other color tiles

This commit is contained in:
Sch1nken 2024-03-16 02:36:45 +01:00
parent e8cd148bc7
commit 3de181134d
13 changed files with 360 additions and 67 deletions

View file

@ -1,5 +1,9 @@
extends Node
const WEBSOCKET_ENDPOINT: String = "wss://dev.bytesandpieces.xyz:9088"
var is_player_black: bool = true
var debug: bool = true
var debug: bool = false
var allow_selecting_in_stack: bool = false
var lobby_code: String = ""