added multiplayer connection. TODO: Sync Inventory values. Disable moving of other color tiles
This commit is contained in:
parent
e8cd148bc7
commit
3de181134d
13 changed files with 360 additions and 67 deletions
|
|
@ -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 = ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue