[gd_scene format=3 uid="uid://dqinvite001"] [ext_resource type="Script" path="res://scripts/ui/invite_friends_dialog.gd" id="1_inv"] [node name="InviteFriendsDialog" type="Window"] title = "Invite Friends to Lobby" size = Vector2i(360, 420) script = ExtResource("1_inv") [node name="VBox" type="VBoxContainer" parent="."] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 offset_left = 8.0 offset_top = 8.0 offset_right = -8.0 offset_bottom = -8.0 [node name="TitleLabel" type="Label" parent="VBox"] layout_mode = 2 text = "Select a friend to invite:" [node name="FriendScroll" type="ScrollContainer" parent="VBox"] layout_mode = 2 size_flags_vertical = 3 custom_minimum_size = Vector2(0, 300) [node name="FriendRows" type="VBoxContainer" parent="VBox/FriendScroll"] unique_name_in_owner = true layout_mode = 2 size_flags_horizontal = 3 [node name="NoFriendsLabel" type="Label" parent="VBox"] unique_name_in_owner = true layout_mode = 2 text = "No friends to invite yet.\nAdd friends from the Social panel!" visible = false [node name="CloseBtn" type="Button" parent="VBox"] unique_name_in_owner = true layout_mode = 2 text = "Close"