6 lines
104 B
GDScript3
6 lines
104 B
GDScript3
|
class_name JoinGame
|
||
|
extends Control
|
||
|
|
||
|
func _ready() -> void:
|
||
|
Multiplayer.playerlist_label = $PlayerList
|