This commit is contained in:
2026-01-11 13:26:12 +01:00
parent 07a7ed3bca
commit 26de2ca6e0
7 changed files with 80 additions and 8 deletions

View File

@@ -14,6 +14,7 @@ const MAX_PLAYERS = 8
var players_info = {} # Dictionary of peer_id -> {local_player_count: int, player_names: []}
var local_player_count = 1 # How many local players on this machine
var is_hosting = false
var show_room_labels = false # Show room labels when in debug mode
func _ready():
# Connect multiplayer signals