You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

55 lines
1.5 KiB

[gd_scene load_steps=2 format=2]
[ext_resource path="res://addons/dialogic/Editor/ValueEditor/ValueEditor.gd" type="Script" id=1]
[node name="ValueEditor" type="ScrollContainer"]
anchor_right = 1.0
anchor_bottom = 1.0
script = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="VBoxContainer" type="VBoxContainer" parent="."]
margin_right = 1024.0
margin_bottom = 600.0
size_flags_horizontal = 3
size_flags_vertical = 3
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer"]
margin_right = 1024.0
margin_bottom = 48.0
custom_constants/separation = 16
[node name="VBoxContainer" type="VBoxContainer" parent="VBoxContainer/HBoxContainer"]
margin_right = 300.0
margin_bottom = 48.0
rect_min_size = Vector2( 300, 0 )
custom_constants/separation = 10
[node name="Label" type="Label" parent="VBoxContainer/HBoxContainer/VBoxContainer"]
margin_right = 300.0
margin_bottom = 14.0
text = "Name"
[node name="Name" type="LineEdit" parent="VBoxContainer/HBoxContainer/VBoxContainer"]
margin_top = 24.0
margin_right = 300.0
margin_bottom = 48.0
[node name="Value" type="VBoxContainer" parent="VBoxContainer/HBoxContainer"]
margin_left = 316.0
margin_right = 616.0
margin_bottom = 48.0
rect_min_size = Vector2( 300, 0 )
custom_constants/separation = 10
[node name="Label5" type="Label" parent="VBoxContainer/HBoxContainer/Value"]
margin_right = 300.0
margin_bottom = 14.0
text = "Value:"
[node name="ValueInput" type="LineEdit" parent="VBoxContainer/HBoxContainer/Value"]
margin_top = 24.0
margin_right = 300.0
margin_bottom = 48.0