gduibasics/scenes/variant_editor.tscn
2021-08-21 17:15:07 +02:00

35 lines
909 B
Plaintext

[gd_scene load_steps=2 format=2]
[ext_resource path="res://addons/de.mewin.gduibasics/scenes/scripts/variant_editor.gd" type="Script" id=1]
[node name="variant_editor" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
margin_right = -617.0
margin_bottom = -576.0
script = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="edt_text" type="LineEdit" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
margin_bottom = -24.0
size_flags_horizontal = 3
caret_blink = true
caret_blink_speed = 0.5
__meta__ = {
"_edit_use_anchors_": false
}
[node name="spin_number" type="SpinBox" parent="."]
visible = false
anchor_right = 1.0
margin_bottom = 24.0
__meta__ = {
"_edit_use_anchors_": false
}
[connection signal="text_changed" from="edt_text" to="." method="_on_edt_text_text_changed"]
[connection signal="value_changed" from="spin_number" to="." method="_on_spin_number_value_changed"]