[gd_scene load_steps=2 format=2] [ext_resource path="res://addons/ess_data/panels/CreateNamePopup.gd" type="Script" id=1] [node name="CreateNamePopup" type="ConfirmationDialog"] anchor_left = 0.5 anchor_top = 0.5 anchor_right = 0.5 anchor_bottom = 0.5 margin_left = -245.5 margin_top = -125.5 margin_right = 245.5 margin_bottom = 125.5 window_title = "Create New Resource" script = ExtResource( 1 ) __meta__ = { "_edit_use_anchors_": false } line_edit_path = NodePath("VBoxContainer/LineEdit") option_button_path = NodePath("VBoxContainer/OptionButton") [node name="VBoxContainer" type="VBoxContainer" parent="."] margin_left = 8.0 margin_top = 8.0 margin_right = 483.0 margin_bottom = 215.0 size_flags_horizontal = 3 size_flags_vertical = 3 __meta__ = { "_edit_use_anchors_": false } [node name="Label2" type="Label" parent="VBoxContainer"] margin_right = 449.0 margin_bottom = 25.0 size_flags_horizontal = 3 text = "Type" [node name="OptionButton" type="OptionButton" parent="VBoxContainer"] margin_top = 33.0 margin_right = 449.0 margin_bottom = 70.0 size_flags_horizontal = 3 [node name="Label" type="Label" parent="VBoxContainer"] margin_top = 78.0 margin_right = 449.0 margin_bottom = 103.0 size_flags_horizontal = 3 text = "Name" [node name="LineEdit" type="LineEdit" parent="VBoxContainer"] margin_top = 111.0 margin_right = 449.0 margin_bottom = 156.0 size_flags_horizontal = 3 caret_blink = true