freeftf/ui/join_game.gd
2025-07-31 13:57:50 +02:00

5 lines
104 B
GDScript

class_name JoinGame
extends Control
func _ready() -> void:
Multiplayer.playerlist_label = $PlayerList