1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-19 17:49:47 +00:00
Pixelorama/src/UI/Timeline/FrameProperties.tscn

70 lines
1.7 KiB
Plaintext
Raw Normal View History

[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
size_flags_horizontal = 3
min_value = 0.01
step = 0.05
value = 2.0
allow_greater = true
suffix = "x"
[connection signal="confirmed" from="." to="." method="_on_FrameProperties_confirmed"]
[connection signal="popup_hide" from="." to="." method="_on_FrameProperties_popup_hide"]