[gd_scene format=3 uid="uid://j3v0ad1b28il"] [ext_resource type="Script" uid="uid://c3qxf3fy71710" path="res://prefabs/lobby/join_session.gd" id="1_i3e7f"] [sub_resource type="LabelSettings" id="LabelSettings_ir4al"] font_size = 32 [node name="JoinSessionContainer" type="VBoxContainer" unique_id=1106179304] anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 alignment = 1 script = ExtResource("1_i3e7f") [node name="Label" type="Label" parent="." unique_id=400290031] layout_mode = 2 text = "Join Session" label_settings = SubResource("LabelSettings_ir4al") horizontal_alignment = 1 [node name="Session" type="HBoxContainer" parent="." unique_id=1558660847] layout_mode = 2 theme_override_constants/separation = 20 alignment = 1 [node name="Label" type="Label" parent="Session" unique_id=266353272] layout_mode = 2 text = "Session ID" [node name="SessionIdLineEdit" type="LineEdit" parent="Session" unique_id=2058870951] unique_name_in_owner = true custom_minimum_size = Vector2(250, 0) layout_mode = 2 [node name="Name" type="HBoxContainer" parent="." unique_id=1040827513] layout_mode = 2 theme_override_constants/separation = 20 alignment = 1 [node name="Label" type="Label" parent="Name" unique_id=1431785707] layout_mode = 2 text = "Player Name" [node name="NameLineEdit" type="LineEdit" parent="Name" unique_id=660083812] unique_name_in_owner = true custom_minimum_size = Vector2(250, 0) layout_mode = 2 [node name="Color" type="HBoxContainer" parent="." unique_id=344337316] layout_mode = 2 theme_override_constants/separation = 20 alignment = 1 [node name="Label" type="Label" parent="Color" unique_id=593000274] layout_mode = 2 text = "Player Color" [node name="PlayerColor" type="ColorPickerButton" parent="Color" unique_id=1063590661] unique_name_in_owner = true custom_minimum_size = Vector2(150, 0) layout_mode = 2 [node name="JoinSession" type="Button" parent="." unique_id=1644825806] unique_name_in_owner = true custom_minimum_size = Vector2(150, 0) layout_mode = 2 size_flags_horizontal = 4 disabled = true text = "Join Session" [connection signal="text_changed" from="Session/SessionIdLineEdit" to="." method="_on_session_id_line_edit_text_changed"] [connection signal="text_changed" from="Name/NameLineEdit" to="." method="_on_name_line_edit_text_changed"] [connection signal="pressed" from="JoinSession" to="." method="_on_join_session_pressed"]