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.
33 lines
851 B
33 lines
851 B
[gd_scene load_steps=3 format=2] |
|
|
|
[ext_resource path="res://addons/dialogic/Editor/Events/Parts/SpinBoxPreventDnD.gd" type="Script" id=1] |
|
[ext_resource path="res://addons/dialogic/Editor/Events/Parts/Numbers/EventPart_SecondsSelector.gd" type="Script" id=2] |
|
|
|
[node name="SecondsSelector" type="VBoxContainer"] |
|
margin_right = 40.0 |
|
margin_bottom = 40.0 |
|
script = ExtResource( 2 ) |
|
__meta__ = { |
|
"_edit_use_anchors_": false |
|
} |
|
|
|
[node name="HBox" type="HBoxContainer" parent="."] |
|
margin_right = 145.0 |
|
margin_bottom = 24.0 |
|
|
|
[node name="SecondsBox" type="SpinBox" parent="HBox"] |
|
margin_right = 74.0 |
|
margin_bottom = 24.0 |
|
min_value = 0.1 |
|
step = 0.1 |
|
value = 1.0 |
|
allow_greater = true |
|
align = 1 |
|
script = ExtResource( 1 ) |
|
|
|
[node name="Title" type="Label" parent="HBox"] |
|
margin_left = 78.0 |
|
margin_top = 5.0 |
|
margin_right = 139.0 |
|
margin_bottom = 19.0 |
|
text = " Seconds"
|
|
|