33 lines
980 B
Plaintext
33 lines
980 B
Plaintext
|
[gd_scene load_steps=2 format=3 uid="uid://cbp55btxd5pmi"]
|
||
|
|
||
|
[ext_resource type="Script" path="res://UI/Components/OverrideEditorSettingsMenu/OverrideEditorSettingsMenuItem.gd" id="1_gtb1r"]
|
||
|
|
||
|
[node name="OverrideEditorSettingsMenuItem" type="HBoxContainer"]
|
||
|
offset_right = 505.0
|
||
|
offset_bottom = 32.0
|
||
|
script = ExtResource("1_gtb1r")
|
||
|
|
||
|
[node name="PropertyNameLineEdit" type="LineEdit" parent="."]
|
||
|
unique_name_in_owner = true
|
||
|
layout_mode = 2
|
||
|
size_flags_horizontal = 3
|
||
|
placeholder_text = "Property name"
|
||
|
|
||
|
[node name="PropertyTypeOptionButton" type="OptionButton" parent="."]
|
||
|
unique_name_in_owner = true
|
||
|
layout_mode = 2
|
||
|
size_flags_horizontal = 3
|
||
|
size_flags_stretch_ratio = 0.72
|
||
|
text_overrun_behavior = 3
|
||
|
|
||
|
[node name="PropertyValueLineEdit" type="LineEdit" parent="."]
|
||
|
unique_name_in_owner = true
|
||
|
layout_mode = 2
|
||
|
size_flags_horizontal = 3
|
||
|
placeholder_text = "Property value"
|
||
|
|
||
|
[node name="DeleteItemButton" type="Button" parent="."]
|
||
|
unique_name_in_owner = true
|
||
|
layout_mode = 2
|
||
|
text = "X"
|