feat: Implement the initial main game scene, including GridMap, comprehensive UI, and mobile touch controls.
This commit is contained in:
@@ -161,6 +161,8 @@ func _ready():
|
||||
# Look up player's display name from LobbyManager
|
||||
var my_id = get_multiplayer_authority()
|
||||
|
||||
print("[Player] _ready for %s (Auth: %s). Current display_name: '%s'" % [name, my_id, display_name])
|
||||
|
||||
if is_bot or is_in_group("Bots"):
|
||||
# Bots get a unique name based on their Node Name (Bot ID)
|
||||
var bot_id = name.to_int()
|
||||
|
||||
Reference in New Issue
Block a user