37 lines
1,014 B
Text
37 lines
1,014 B
Text
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://addons/dialogic/Editor/Events/Common/SpinBoxPreventDnD.gd" type="Script" id=1]
|
|
[ext_resource path="res://addons/dialogic/Editor/Events/Common/SecondsSelector.gd" type="Script" id=2]
|
|
|
|
[node name="SecondsSelector" type="HBoxContainer"]
|
|
margin_right = 139.0
|
|
margin_bottom = 28.0
|
|
script = ExtResource( 2 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="SpinBox" type="SpinBox" parent="."]
|
|
margin_right = 74.0
|
|
margin_bottom = 28.0
|
|
min_value = 0.1
|
|
step = 0.1
|
|
value = 1.0
|
|
allow_greater = true
|
|
align = 1
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="."]
|
|
margin_left = 78.0
|
|
margin_right = 141.0
|
|
margin_bottom = 28.0
|
|
mouse_filter = 1
|
|
custom_constants/margin_left = 10
|
|
|
|
[node name="Title" type="Label" parent="MarginContainer"]
|
|
margin_left = 10.0
|
|
margin_top = 7.0
|
|
margin_right = 63.0
|
|
margin_bottom = 21.0
|
|
text = "Seconds"
|
|
[connection signal="value_changed" from="SpinBox" to="." method="_on_SpinBox_value_changed"]
|