This commit is contained in:
Patrick 2025-07-31 13:57:50 +02:00
parent fadea22b9d
commit d72b5ac57b
14 changed files with 184 additions and 5 deletions

5
ui/join_game.gd Normal file
View file

@ -0,0 +1,5 @@
class_name JoinGame
extends Control
func _ready() -> void:
Multiplayer.playerlist_label = $PlayerList