2023-03-06 13:33:46 +00:00
|
|
|
[gd_scene load_steps=3 format=3 uid="uid://du25gr7aoh34m"]
|
2023-03-06 12:27:17 +00:00
|
|
|
|
2023-03-06 13:33:46 +00:00
|
|
|
[ext_resource type="Script" path="res://UI/Dialogs/GroupEditDialog.gd" id="1_ic3yh"]
|
2023-03-06 12:27:17 +00:00
|
|
|
[ext_resource type="PackedScene" uid="uid://ig4wkr1lxvbv" path="res://UI/Components/OverrideEditorSettingsMenu/OverrideEditorSettingsMenu.tscn" id="1_yeeya"]
|
|
|
|
|
|
|
|
[node name="GroupEditDialog" type="ConfirmationDialog"]
|
|
|
|
initial_position = 1
|
|
|
|
title = "Edit Group"
|
2023-03-08 07:24:34 +00:00
|
|
|
size = Vector2i(678, 419)
|
2023-03-06 13:33:46 +00:00
|
|
|
script = ExtResource("1_ic3yh")
|
2023-03-06 12:27:17 +00:00
|
|
|
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
2023-03-08 07:24:34 +00:00
|
|
|
offset_left = 12.0
|
|
|
|
offset_top = 12.0
|
|
|
|
offset_right = 666.0
|
|
|
|
offset_bottom = 366.0
|
2023-03-06 12:27:17 +00:00
|
|
|
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer"]
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="VBoxContainer/HBoxContainer"]
|
|
|
|
layout_mode = 2
|
|
|
|
text = "Name"
|
|
|
|
|
|
|
|
[node name="NameLineEdit" type="LineEdit" parent="VBoxContainer/HBoxContainer"]
|
2023-03-06 13:33:46 +00:00
|
|
|
unique_name_in_owner = true
|
2023-03-06 12:27:17 +00:00
|
|
|
layout_mode = 2
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
|
|
|
[node name="HBoxContainer2" type="HBoxContainer" parent="VBoxContainer"]
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="VBoxContainer/HBoxContainer2"]
|
|
|
|
layout_mode = 2
|
|
|
|
text = "Icon"
|
|
|
|
|
|
|
|
[node name="IconPathLineEdit" type="LineEdit" parent="VBoxContainer/HBoxContainer2"]
|
2023-03-06 13:33:46 +00:00
|
|
|
unique_name_in_owner = true
|
2023-03-06 12:27:17 +00:00
|
|
|
layout_mode = 2
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
placeholder_text = "Optional"
|
|
|
|
|
|
|
|
[node name="OpenIconFileDialogButton" type="Button" parent="VBoxContainer/HBoxContainer2"]
|
2023-03-06 13:33:46 +00:00
|
|
|
unique_name_in_owner = true
|
2023-03-06 12:27:17 +00:00
|
|
|
layout_mode = 2
|
|
|
|
text = "F"
|
|
|
|
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="VBoxContainer"]
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="VBoxContainer/VBoxContainer"]
|
|
|
|
layout_mode = 2
|
|
|
|
text = "Description"
|
|
|
|
|
2023-03-06 13:33:46 +00:00
|
|
|
[node name="DescriptionTextEdit" type="TextEdit" parent="VBoxContainer/VBoxContainer"]
|
|
|
|
unique_name_in_owner = true
|
2023-03-06 12:27:17 +00:00
|
|
|
custom_minimum_size = Vector2(0, 100)
|
|
|
|
layout_mode = 2
|
|
|
|
placeholder_text = "Optional"
|
|
|
|
|
|
|
|
[node name="ScrollContainer" type="ScrollContainer" parent="VBoxContainer"]
|
|
|
|
custom_minimum_size = Vector2(0, 150)
|
|
|
|
layout_mode = 2
|
|
|
|
size_flags_vertical = 3
|
|
|
|
horizontal_scroll_mode = 0
|
|
|
|
|
|
|
|
[node name="OverrideEditorSettingsMenu" parent="VBoxContainer/ScrollContainer" instance=ExtResource("1_yeeya")]
|
2023-03-06 13:33:46 +00:00
|
|
|
unique_name_in_owner = true
|
2023-03-06 12:27:17 +00:00
|
|
|
layout_mode = 2
|
|
|
|
size_flags_horizontal = 3
|