diff options
Diffstat (limited to 'UI/Lobby.tscn')
-rw-r--r-- | UI/Lobby.tscn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/UI/Lobby.tscn b/UI/Lobby.tscn index f3775d8..4060f88 100644 --- a/UI/Lobby.tscn +++ b/UI/Lobby.tscn @@ -22,6 +22,12 @@ grow_vertical = 2 [node name="VBoxContainer" type="VBoxContainer" parent="CenterContainer"] layout_mode = 2 +[node name="Name" type="TextEdit" parent="CenterContainer/VBoxContainer"] +unique_name_in_owner = true +custom_minimum_size = Vector2(0, 50) +layout_mode = 2 +placeholder_text = "Name" + [node name="Host" type="Button" parent="CenterContainer/VBoxContainer"] unique_name_in_owner = true layout_mode = 2 |