27 lines
870 B
Plaintext
27 lines
870 B
Plaintext
[gd_scene format=3 uid="uid://bgi4u18y8pt4x"]
|
|
|
|
[ext_resource type="Script" uid="uid://dj57wbvqjp34r" path="res://Features/SolutionExplorer/ContextMenus/Dialogs/NewDirectoryDialog.cs" id="1_4utum"]
|
|
|
|
[node name="NewDirectoryDialog" type="ConfirmationDialog" unique_id=1783707504]
|
|
oversampling_override = 1.0
|
|
title = "Create: Directory"
|
|
position = Vector2i(0, 36)
|
|
size = Vector2i(405, 115)
|
|
visible = true
|
|
script = ExtResource("1_4utum")
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="." unique_id=297533323]
|
|
offset_left = 8.0
|
|
offset_top = 8.0
|
|
offset_right = 397.0
|
|
offset_bottom = 66.0
|
|
|
|
[node name="Label" type="Label" parent="VBoxContainer" unique_id=1185648706]
|
|
layout_mode = 2
|
|
text = "Enter name:"
|
|
|
|
[node name="DirectoryNameLineEdit" type="LineEdit" parent="VBoxContainer" unique_id=267585494]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
text = "NewDirectory1"
|