freeftf/ui/join_game.gd

6 lines
104 B
GDScript3
Raw Normal View History

2025-07-31 13:57:50 +02:00
class_name JoinGame
extends Control
func _ready() -> void:
Multiplayer.playerlist_label = $PlayerList