add group edit dialog
This commit is contained in:
		
							
								
								
									
										64
									
								
								UI/Dialogs/GroupEditDialog.tscn
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										64
									
								
								UI/Dialogs/GroupEditDialog.tscn
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,64 @@
 | 
			
		||||
[gd_scene load_steps=2 format=3 uid="uid://du25gr7aoh34m"]
 | 
			
		||||
 | 
			
		||||
[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"
 | 
			
		||||
size = Vector2i(678, 411)
 | 
			
		||||
visible = true
 | 
			
		||||
 | 
			
		||||
[node name="VBoxContainer" type="VBoxContainer" parent="."]
 | 
			
		||||
offset_left = 8.0
 | 
			
		||||
offset_top = 8.0
 | 
			
		||||
offset_right = 670.0
 | 
			
		||||
offset_bottom = 362.0
 | 
			
		||||
 | 
			
		||||
[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"]
 | 
			
		||||
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"]
 | 
			
		||||
layout_mode = 2
 | 
			
		||||
size_flags_horizontal = 3
 | 
			
		||||
placeholder_text = "Optional"
 | 
			
		||||
 | 
			
		||||
[node name="OpenIconFileDialogButton" type="Button" parent="VBoxContainer/HBoxContainer2"]
 | 
			
		||||
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"
 | 
			
		||||
 | 
			
		||||
[node name="TextEdit" type="TextEdit" parent="VBoxContainer/VBoxContainer"]
 | 
			
		||||
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")]
 | 
			
		||||
layout_mode = 2
 | 
			
		||||
size_flags_horizontal = 3
 | 
			
		||||
@@ -15,6 +15,10 @@ config/features=PackedStringArray("4.0", "Forward Plus")
 | 
			
		||||
run/low_processor_mode=true
 | 
			
		||||
config/icon="res://icon.svg"
 | 
			
		||||
 | 
			
		||||
[display]
 | 
			
		||||
 | 
			
		||||
window/subwindows/embed_subwindows=false
 | 
			
		||||
 | 
			
		||||
[editor]
 | 
			
		||||
 | 
			
		||||
naming/scene_name_casing=1
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user