generated from krampus/template-godot4
52 lines
1.5 KiB
Plaintext
52 lines
1.5 KiB
Plaintext
|
|
[gd_scene format=3 uid="uid://b7rfnt0d4qoew"]
|
||
|
|
|
||
|
|
[sub_resource type="LabelSettings" id="LabelSettings_tftiq"]
|
||
|
|
font_size = 32
|
||
|
|
|
||
|
|
[node name="CreateSessionContainer" type="VBoxContainer" unique_id=1876286176]
|
||
|
|
anchors_preset = 15
|
||
|
|
anchor_right = 1.0
|
||
|
|
anchor_bottom = 1.0
|
||
|
|
grow_horizontal = 2
|
||
|
|
grow_vertical = 2
|
||
|
|
theme_override_constants/separation = 20
|
||
|
|
alignment = 1
|
||
|
|
|
||
|
|
[node name="Label" type="Label" parent="." unique_id=893154611]
|
||
|
|
layout_mode = 2
|
||
|
|
text = "Create Session"
|
||
|
|
label_settings = SubResource("LabelSettings_tftiq")
|
||
|
|
horizontal_alignment = 1
|
||
|
|
|
||
|
|
[node name="Name" type="HBoxContainer" parent="." unique_id=970924151]
|
||
|
|
layout_mode = 2
|
||
|
|
theme_override_constants/separation = 20
|
||
|
|
alignment = 1
|
||
|
|
|
||
|
|
[node name="Label" type="Label" parent="Name" unique_id=895121392]
|
||
|
|
layout_mode = 2
|
||
|
|
text = "Player Name"
|
||
|
|
|
||
|
|
[node name="LineEdit" type="LineEdit" parent="Name" unique_id=1835313745]
|
||
|
|
custom_minimum_size = Vector2(250, 0)
|
||
|
|
layout_mode = 2
|
||
|
|
|
||
|
|
[node name="Color" type="HBoxContainer" parent="." unique_id=269490401]
|
||
|
|
layout_mode = 2
|
||
|
|
theme_override_constants/separation = 20
|
||
|
|
alignment = 1
|
||
|
|
|
||
|
|
[node name="Label" type="Label" parent="Color" unique_id=1241092588]
|
||
|
|
layout_mode = 2
|
||
|
|
text = "Player Color"
|
||
|
|
|
||
|
|
[node name="ColorPickerButton" type="ColorPickerButton" parent="Color" unique_id=1931635282]
|
||
|
|
custom_minimum_size = Vector2(150, 0)
|
||
|
|
layout_mode = 2
|
||
|
|
|
||
|
|
[node name="Button" type="Button" parent="." unique_id=1053608712]
|
||
|
|
custom_minimum_size = Vector2(150, 0)
|
||
|
|
layout_mode = 2
|
||
|
|
size_flags_horizontal = 4
|
||
|
|
text = "Create Session"
|