2020-10-19 14:57:40 +00:00
|
|
|
[gd_scene load_steps=2 format=2]
|
|
|
|
|
|
|
|
[ext_resource path="res://src/UI/Timeline/FrameProperties.gd" type="Script" id=1]
|
|
|
|
|
|
|
|
[node name="FrameProperties" type="ConfirmationDialog"]
|
|
|
|
margin_right = 209.0
|
|
|
|
margin_bottom = 137.0
|
|
|
|
script = ExtResource( 1 )
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
|
|
|
margin_left = 8.0
|
|
|
|
margin_top = 8.0
|
|
|
|
margin_right = 201.0
|
|
|
|
margin_bottom = 101.0
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="VBoxContainer"]
|
|
|
|
margin_right = 193.0
|
|
|
|
margin_bottom = 14.0
|
|
|
|
text = "Frame properties"
|
|
|
|
|
|
|
|
[node name="HSeparator" type="HSeparator" parent="VBoxContainer"]
|
|
|
|
margin_top = 18.0
|
|
|
|
margin_right = 193.0
|
|
|
|
margin_bottom = 22.0
|
|
|
|
|
|
|
|
[node name="GridContainer" type="GridContainer" parent="VBoxContainer"]
|
|
|
|
margin_top = 26.0
|
|
|
|
margin_right = 193.0
|
|
|
|
margin_bottom = 68.0
|
|
|
|
columns = 2
|
|
|
|
|
|
|
|
[node name="Frame" type="Label" parent="VBoxContainer/GridContainer"]
|
|
|
|
margin_right = 97.0
|
|
|
|
margin_bottom = 14.0
|
|
|
|
text = "Frame"
|
|
|
|
|
|
|
|
[node name="FrameNum" type="Label" parent="VBoxContainer/GridContainer"]
|
|
|
|
margin_left = 101.0
|
|
|
|
margin_right = 193.0
|
|
|
|
margin_bottom = 14.0
|
|
|
|
text = "1"
|
|
|
|
|
|
|
|
[node name="FrameDuration" type="Label" parent="VBoxContainer/GridContainer"]
|
|
|
|
margin_top = 23.0
|
|
|
|
margin_right = 97.0
|
|
|
|
margin_bottom = 37.0
|
|
|
|
text = "Frame duration"
|
|
|
|
|
|
|
|
[node name="FrameTime" type="SpinBox" parent="VBoxContainer/GridContainer"]
|
|
|
|
margin_left = 101.0
|
|
|
|
margin_top = 18.0
|
|
|
|
margin_right = 193.0
|
|
|
|
margin_bottom = 42.0
|
2020-12-10 18:39:29 +00:00
|
|
|
mouse_default_cursor_shape = 2
|
2020-10-19 14:57:40 +00:00
|
|
|
size_flags_horizontal = 3
|
2021-06-11 19:56:38 +00:00
|
|
|
min_value = 0.01
|
2020-10-19 14:57:40 +00:00
|
|
|
step = 0.05
|
|
|
|
value = 2.0
|
|
|
|
allow_greater = true
|
|
|
|
suffix = "x"
|
2021-06-11 19:56:38 +00:00
|
|
|
|
2020-10-19 14:57:40 +00:00
|
|
|
[connection signal="confirmed" from="." to="." method="_on_FrameProperties_confirmed"]
|
|
|
|
[connection signal="popup_hide" from="." to="." method="_on_FrameProperties_popup_hide"]
|