27 lines
801 B
Plaintext
27 lines
801 B
Plaintext
[gd_scene load_steps=2 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"]
|
|
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="."]
|
|
offset_left = 8.0
|
|
offset_top = 8.0
|
|
offset_right = 397.0
|
|
offset_bottom = 66.0
|
|
|
|
[node name="Label" type="Label" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
text = "Enter name:"
|
|
|
|
[node name="DirectoryNameLineEdit" type="LineEdit" parent="VBoxContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
text = "NewDirectory1"
|