2022-11-28 19:22:29 +00:00
|
|
|
|
[gd_scene load_steps=4 format=2]
|
2020-03-23 22:09:37 +00:00
|
|
|
|
|
2020-05-01 22:19:01 +00:00
|
|
|
|
[ext_resource path="res://src/UI/Dialogs/ExportDialog.gd" type="Script" id=1]
|
2020-08-26 09:45:32 +00:00
|
|
|
|
[ext_resource path="res://src/UI/TransparentChecker.tscn" type="PackedScene" id=2]
|
2022-11-28 19:22:29 +00:00
|
|
|
|
[ext_resource path="res://src/UI/Nodes/CollapsibleContainer.tscn" type="PackedScene" id=3]
|
2020-03-23 22:09:37 +00:00
|
|
|
|
|
2022-11-28 19:22:29 +00:00
|
|
|
|
[node name="ExportDialog" type="ConfirmationDialog"]
|
2020-04-06 16:51:47 +00:00
|
|
|
|
margin_right = 532.0
|
2020-03-23 22:09:37 +00:00
|
|
|
|
margin_bottom = 530.0
|
|
|
|
|
window_title = "Export..."
|
|
|
|
|
resizable = true
|
|
|
|
|
dialog_hide_on_ok = false
|
|
|
|
|
script = ExtResource( 1 )
|
|
|
|
|
|
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
|
|
|
|
margin_left = 8.0
|
|
|
|
|
margin_top = 8.0
|
2020-04-06 16:51:47 +00:00
|
|
|
|
margin_right = 524.0
|
2020-03-23 22:09:37 +00:00
|
|
|
|
margin_bottom = 494.0
|
|
|
|
|
rect_min_size = Vector2( 330, 0 )
|
|
|
|
|
size_flags_vertical = 3
|
|
|
|
|
|
|
|
|
|
[node name="Tabs" type="Tabs" parent="VBoxContainer"]
|
2020-04-06 16:51:47 +00:00
|
|
|
|
margin_right = 516.0
|
2020-03-23 22:09:37 +00:00
|
|
|
|
margin_bottom = 24.0
|
|
|
|
|
size_flags_vertical = 0
|
|
|
|
|
|
|
|
|
|
[node name="HSeparator" type="HSeparator" parent="VBoxContainer"]
|
|
|
|
|
margin_top = 28.0
|
2020-04-06 16:51:47 +00:00
|
|
|
|
margin_right = 516.0
|
2020-03-23 22:09:37 +00:00
|
|
|
|
margin_bottom = 32.0
|
|
|
|
|
|
|
|
|
|
[node name="PreviewLabel" type="Label" parent="VBoxContainer"]
|
|
|
|
|
margin_top = 36.0
|
2020-04-06 16:51:47 +00:00
|
|
|
|
margin_right = 516.0
|
2020-03-23 22:09:37 +00:00
|
|
|
|
margin_bottom = 50.0
|
|
|
|
|
text = "Preview:"
|
|
|
|
|
|
2022-11-28 19:22:29 +00:00
|
|
|
|
[node name="VSplitContainer" type="VSplitContainer" parent="VBoxContainer"]
|
2020-03-23 22:09:37 +00:00
|
|
|
|
margin_top = 54.0
|
2020-04-06 16:51:47 +00:00
|
|
|
|
margin_right = 516.0
|
2022-11-28 19:22:29 +00:00
|
|
|
|
margin_bottom = 486.0
|
|
|
|
|
size_flags_vertical = 3
|
|
|
|
|
|
|
|
|
|
[node name="PreviewPanel" type="Panel" parent="VBoxContainer/VSplitContainer"]
|
|
|
|
|
margin_right = 516.0
|
|
|
|
|
margin_bottom = 158.0
|
2020-03-23 22:09:37 +00:00
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
size_flags_vertical = 3
|
|
|
|
|
|
2022-11-28 19:22:29 +00:00
|
|
|
|
[node name="TransparentChecker" parent="VBoxContainer/VSplitContainer/PreviewPanel" instance=ExtResource( 2 )]
|
|
|
|
|
unique_name_in_owner = true
|
2020-08-26 09:45:32 +00:00
|
|
|
|
anchor_right = 1.0
|
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
|
margin_right = 0.0
|
|
|
|
|
margin_bottom = 0.0
|
|
|
|
|
|
2022-11-28 19:22:29 +00:00
|
|
|
|
[node name="PreviewScroll" type="ScrollContainer" parent="VBoxContainer/VSplitContainer/PreviewPanel"]
|
2020-08-26 09:45:32 +00:00
|
|
|
|
anchor_right = 1.0
|
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
size_flags_vertical = 3
|
|
|
|
|
|
2022-11-28 19:22:29 +00:00
|
|
|
|
[node name="Previews" type="GridContainer" parent="VBoxContainer/VSplitContainer/PreviewPanel/PreviewScroll"]
|
|
|
|
|
unique_name_in_owner = true
|
2020-04-06 16:51:47 +00:00
|
|
|
|
margin_right = 516.0
|
2022-11-28 19:22:29 +00:00
|
|
|
|
margin_bottom = 158.0
|
2020-03-23 22:09:37 +00:00
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
size_flags_vertical = 3
|
|
|
|
|
columns = 3
|
|
|
|
|
|
2022-11-28 19:22:29 +00:00
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="VBoxContainer/VSplitContainer"]
|
|
|
|
|
margin_top = 170.0
|
2020-04-06 16:51:47 +00:00
|
|
|
|
margin_right = 516.0
|
2022-11-28 19:22:29 +00:00
|
|
|
|
margin_bottom = 432.0
|
|
|
|
|
size_flags_vertical = 3
|
2020-03-23 22:09:37 +00:00
|
|
|
|
|
2022-11-28 19:22:29 +00:00
|
|
|
|
[node name="GridContainer" type="GridContainer" parent="VBoxContainer/VSplitContainer/VBoxContainer"]
|
2020-05-08 23:46:51 +00:00
|
|
|
|
margin_right = 516.0
|
2022-11-28 19:22:29 +00:00
|
|
|
|
margin_bottom = 166.0
|
|
|
|
|
columns = 2
|
2020-05-08 23:46:51 +00:00
|
|
|
|
|
2022-11-28 19:22:29 +00:00
|
|
|
|
[node name="OrientationLabel" type="Label" parent="VBoxContainer/VSplitContainer/VBoxContainer/GridContainer" groups=["ExportSpritesheetOptions"]]
|
2020-05-08 23:46:51 +00:00
|
|
|
|
margin_top = 3.0
|
2022-11-28 19:22:29 +00:00
|
|
|
|
margin_right = 256.0
|
2020-05-08 23:46:51 +00:00
|
|
|
|
margin_bottom = 17.0
|
2020-03-23 22:09:37 +00:00
|
|
|
|
text = "Orientation:"
|
|
|
|
|
__meta__ = {
|
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
|
}
|
|
|
|
|
|
2022-11-28 19:22:29 +00:00
|
|
|
|
[node name="Orientation" type="OptionButton" parent="VBoxContainer/VSplitContainer/VBoxContainer/GridContainer" groups=["ExportSpritesheetOptions"]]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
margin_left = 260.0
|
|
|
|
|
margin_right = 516.0
|
|
|
|
|
margin_bottom = 20.0
|
2020-04-13 02:31:44 +00:00
|
|
|
|
mouse_default_cursor_shape = 2
|
2020-03-23 22:09:37 +00:00
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
text = "Rows"
|
|
|
|
|
items = [ "Rows", null, false, 0, null, "Columns", null, false, 1, null ]
|
|
|
|
|
selected = 0
|
|
|
|
|
|
2022-11-28 19:22:29 +00:00
|
|
|
|
[node name="LinesCountLabel" type="Label" parent="VBoxContainer/VSplitContainer/VBoxContainer/GridContainer" groups=["ExportSpritesheetOptions"]]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
margin_top = 29.0
|
|
|
|
|
margin_right = 256.0
|
|
|
|
|
margin_bottom = 43.0
|
2020-03-23 22:09:37 +00:00
|
|
|
|
text = "Columns:"
|
|
|
|
|
|
2022-11-28 19:22:29 +00:00
|
|
|
|
[node name="LinesCount" type="SpinBox" parent="VBoxContainer/VSplitContainer/VBoxContainer/GridContainer" groups=["ExportSpritesheetOptions"]]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
margin_left = 260.0
|
|
|
|
|
margin_top = 24.0
|
2020-04-06 16:51:47 +00:00
|
|
|
|
margin_right = 516.0
|
2022-11-28 19:22:29 +00:00
|
|
|
|
margin_bottom = 48.0
|
2020-04-13 02:31:44 +00:00
|
|
|
|
mouse_default_cursor_shape = 2
|
2020-03-23 22:09:37 +00:00
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
min_value = 1.0
|
|
|
|
|
max_value = 1000.0
|
|
|
|
|
value = 1.0
|
|
|
|
|
|
2022-11-28 19:22:29 +00:00
|
|
|
|
[node name="FramesLabel" type="Label" parent="VBoxContainer/VSplitContainer/VBoxContainer/GridContainer"]
|
|
|
|
|
margin_top = 55.0
|
|
|
|
|
margin_right = 256.0
|
|
|
|
|
margin_bottom = 69.0
|
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
text = "Frames:"
|
2020-03-23 22:09:37 +00:00
|
|
|
|
|
2022-11-28 19:22:29 +00:00
|
|
|
|
[node name="Frames" type="OptionButton" parent="VBoxContainer/VSplitContainer/VBoxContainer/GridContainer"]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
margin_left = 260.0
|
|
|
|
|
margin_top = 52.0
|
2020-04-06 16:51:47 +00:00
|
|
|
|
margin_right = 516.0
|
2022-11-28 19:22:29 +00:00
|
|
|
|
margin_bottom = 72.0
|
2020-04-13 02:31:44 +00:00
|
|
|
|
mouse_default_cursor_shape = 2
|
2020-03-23 22:09:37 +00:00
|
|
|
|
size_flags_horizontal = 3
|
2022-11-28 19:22:29 +00:00
|
|
|
|
text = "All frames"
|
|
|
|
|
items = [ "All frames", null, false, 0, null, "Selected frames", null, false, 1, null ]
|
2020-04-06 16:51:47 +00:00
|
|
|
|
selected = 0
|
|
|
|
|
|
2022-11-28 19:22:29 +00:00
|
|
|
|
[node name="LayersLabel" type="Label" parent="VBoxContainer/VSplitContainer/VBoxContainer/GridContainer"]
|
|
|
|
|
margin_top = 79.0
|
|
|
|
|
margin_right = 256.0
|
|
|
|
|
margin_bottom = 93.0
|
|
|
|
|
text = "Layers:"
|
2020-04-22 19:36:23 +00:00
|
|
|
|
|
2022-11-28 19:22:29 +00:00
|
|
|
|
[node name="Layers" type="OptionButton" parent="VBoxContainer/VSplitContainer/VBoxContainer/GridContainer"]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
margin_left = 260.0
|
|
|
|
|
margin_top = 76.0
|
2020-04-06 16:51:47 +00:00
|
|
|
|
margin_right = 516.0
|
2022-11-28 19:22:29 +00:00
|
|
|
|
margin_bottom = 96.0
|
|
|
|
|
mouse_default_cursor_shape = 2
|
|
|
|
|
text = "Visible layers"
|
|
|
|
|
items = [ "Visible layers", null, false, 0, null, "Selected layers", null, false, 1, null ]
|
|
|
|
|
selected = 0
|
2020-04-06 16:51:47 +00:00
|
|
|
|
|
2022-11-28 19:22:29 +00:00
|
|
|
|
[node name="DirectionLabel" type="Label" parent="VBoxContainer/VSplitContainer/VBoxContainer/GridContainer"]
|
|
|
|
|
margin_top = 103.0
|
|
|
|
|
margin_right = 256.0
|
|
|
|
|
margin_bottom = 117.0
|
2020-04-06 16:51:47 +00:00
|
|
|
|
text = "Direction:"
|
|
|
|
|
|
2022-11-28 19:22:29 +00:00
|
|
|
|
[node name="Direction" type="OptionButton" parent="VBoxContainer/VSplitContainer/VBoxContainer/GridContainer"]
|
|
|
|
|
margin_left = 260.0
|
|
|
|
|
margin_top = 100.0
|
2020-04-06 16:51:47 +00:00
|
|
|
|
margin_right = 516.0
|
2022-11-28 19:22:29 +00:00
|
|
|
|
margin_bottom = 120.0
|
2020-04-06 16:51:47 +00:00
|
|
|
|
rect_min_size = Vector2( 100, 0 )
|
2020-04-13 02:31:44 +00:00
|
|
|
|
mouse_default_cursor_shape = 2
|
2020-04-06 16:51:47 +00:00
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
text = "Forward"
|
|
|
|
|
items = [ "Forward", null, false, 0, null, "Backwards", null, false, 1, null, "Ping-Pong", null, false, 2, null ]
|
2020-03-23 22:09:37 +00:00
|
|
|
|
selected = 0
|
2020-04-06 16:51:47 +00:00
|
|
|
|
__meta__ = {
|
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
|
}
|
2020-03-23 22:09:37 +00:00
|
|
|
|
|
2022-11-28 19:22:29 +00:00
|
|
|
|
[node name="ResizeLabel" type="Label" parent="VBoxContainer/VSplitContainer/VBoxContainer/GridContainer"]
|
|
|
|
|
margin_top = 129.0
|
|
|
|
|
margin_right = 256.0
|
|
|
|
|
margin_bottom = 143.0
|
2020-03-23 22:09:37 +00:00
|
|
|
|
rect_min_size = Vector2( 30, 0 )
|
|
|
|
|
text = "Resize:"
|
|
|
|
|
|
2022-11-28 19:22:29 +00:00
|
|
|
|
[node name="Resize" type="SpinBox" parent="VBoxContainer/VSplitContainer/VBoxContainer/GridContainer"]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
margin_left = 260.0
|
|
|
|
|
margin_top = 124.0
|
|
|
|
|
margin_right = 516.0
|
|
|
|
|
margin_bottom = 148.0
|
2020-04-13 02:31:44 +00:00
|
|
|
|
mouse_default_cursor_shape = 2
|
2020-03-23 22:09:37 +00:00
|
|
|
|
size_flags_horizontal = 3
|
2020-07-31 00:39:46 +00:00
|
|
|
|
min_value = 50.0
|
2020-03-23 22:09:37 +00:00
|
|
|
|
max_value = 1000.0
|
|
|
|
|
step = 100.0
|
|
|
|
|
value = 100.0
|
|
|
|
|
suffix = "%"
|
|
|
|
|
|
2022-11-28 19:22:29 +00:00
|
|
|
|
[node name="DimensionLabelText" type="Label" parent="VBoxContainer/VSplitContainer/VBoxContainer/GridContainer"]
|
|
|
|
|
margin_top = 152.0
|
2022-04-30 16:32:55 +00:00
|
|
|
|
margin_right = 256.0
|
2022-11-28 19:22:29 +00:00
|
|
|
|
margin_bottom = 166.0
|
2022-04-30 16:32:55 +00:00
|
|
|
|
size_flags_horizontal = 3
|
2022-11-28 19:22:29 +00:00
|
|
|
|
text = "Export dimensions:"
|
2022-04-30 16:32:55 +00:00
|
|
|
|
|
2022-11-28 19:22:29 +00:00
|
|
|
|
[node name="DimensionLabel" type="Label" parent="VBoxContainer/VSplitContainer/VBoxContainer/GridContainer"]
|
|
|
|
|
unique_name_in_owner = true
|
2022-04-30 16:32:55 +00:00
|
|
|
|
margin_left = 260.0
|
2022-11-28 19:22:29 +00:00
|
|
|
|
margin_top = 152.0
|
2022-04-30 16:32:55 +00:00
|
|
|
|
margin_right = 516.0
|
2022-11-28 19:22:29 +00:00
|
|
|
|
margin_bottom = 166.0
|
2022-04-30 16:32:55 +00:00
|
|
|
|
size_flags_horizontal = 3
|
2022-11-28 19:22:29 +00:00
|
|
|
|
text = "64×64"
|
2022-04-30 16:32:55 +00:00
|
|
|
|
|
2022-11-28 19:22:29 +00:00
|
|
|
|
[node name="HSeparator2" type="HSeparator" parent="VBoxContainer/VSplitContainer/VBoxContainer"]
|
|
|
|
|
margin_top = 170.0
|
2020-04-06 16:51:47 +00:00
|
|
|
|
margin_right = 516.0
|
2022-11-28 19:22:29 +00:00
|
|
|
|
margin_bottom = 174.0
|
2020-03-23 22:09:37 +00:00
|
|
|
|
|
2022-11-28 19:22:29 +00:00
|
|
|
|
[node name="FilePath" type="GridContainer" parent="VBoxContainer/VSplitContainer/VBoxContainer"]
|
|
|
|
|
margin_top = 178.0
|
2020-04-06 16:51:47 +00:00
|
|
|
|
margin_right = 516.0
|
2022-11-28 19:22:29 +00:00
|
|
|
|
margin_bottom = 230.0
|
|
|
|
|
columns = 3
|
2020-03-23 22:09:37 +00:00
|
|
|
|
|
2022-11-28 19:22:29 +00:00
|
|
|
|
[node name="Label" type="Label" parent="VBoxContainer/VSplitContainer/VBoxContainer/FilePath" groups=["NotHTML5"]]
|
2020-03-23 22:09:37 +00:00
|
|
|
|
margin_top = 5.0
|
|
|
|
|
margin_right = 32.0
|
|
|
|
|
margin_bottom = 19.0
|
|
|
|
|
rect_min_size = Vector2( 30, 0 )
|
|
|
|
|
text = "Path:"
|
|
|
|
|
|
2022-11-28 19:22:29 +00:00
|
|
|
|
[node name="PathLineEdit" type="LineEdit" parent="VBoxContainer/VSplitContainer/VBoxContainer/FilePath" groups=["NotHTML5"]]
|
|
|
|
|
unique_name_in_owner = true
|
2020-03-23 22:09:37 +00:00
|
|
|
|
margin_left = 36.0
|
2022-11-28 19:22:29 +00:00
|
|
|
|
margin_right = 382.0
|
2020-03-23 22:09:37 +00:00
|
|
|
|
margin_bottom = 24.0
|
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
align = 2
|
2022-11-28 19:22:29 +00:00
|
|
|
|
caret_blink = true
|
|
|
|
|
caret_blink_speed = 0.5
|
2020-03-23 22:09:37 +00:00
|
|
|
|
|
2022-11-28 19:22:29 +00:00
|
|
|
|
[node name="PathButton" type="Button" parent="VBoxContainer/VSplitContainer/VBoxContainer/FilePath" groups=["NotHTML5"]]
|
|
|
|
|
margin_left = 386.0
|
2020-04-06 16:51:47 +00:00
|
|
|
|
margin_right = 516.0
|
2020-03-23 22:09:37 +00:00
|
|
|
|
margin_bottom = 24.0
|
2020-04-13 02:31:44 +00:00
|
|
|
|
mouse_default_cursor_shape = 2
|
2020-03-23 22:09:37 +00:00
|
|
|
|
text = "Browse"
|
|
|
|
|
|
2022-11-28 19:22:29 +00:00
|
|
|
|
[node name="Label2" type="Label" parent="VBoxContainer/VSplitContainer/VBoxContainer/FilePath"]
|
|
|
|
|
margin_top = 33.0
|
|
|
|
|
margin_right = 32.0
|
|
|
|
|
margin_bottom = 47.0
|
2020-03-23 22:09:37 +00:00
|
|
|
|
rect_min_size = Vector2( 30, 0 )
|
|
|
|
|
text = "File:"
|
|
|
|
|
|
2022-11-28 19:22:29 +00:00
|
|
|
|
[node name="FileLineEdit" type="LineEdit" parent="VBoxContainer/VSplitContainer/VBoxContainer/FilePath"]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
margin_left = 36.0
|
|
|
|
|
margin_top = 28.0
|
|
|
|
|
margin_right = 382.0
|
|
|
|
|
margin_bottom = 52.0
|
2020-03-23 22:09:37 +00:00
|
|
|
|
size_flags_horizontal = 3
|
2020-07-15 17:27:14 +00:00
|
|
|
|
text = "untitled"
|
2020-03-23 22:09:37 +00:00
|
|
|
|
align = 2
|
2022-11-28 19:22:29 +00:00
|
|
|
|
caret_blink = true
|
|
|
|
|
caret_blink_speed = 0.5
|
2020-03-23 22:09:37 +00:00
|
|
|
|
|
2022-11-28 19:22:29 +00:00
|
|
|
|
[node name="FileFormat" type="OptionButton" parent="VBoxContainer/VSplitContainer/VBoxContainer/FilePath"]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
margin_left = 386.0
|
|
|
|
|
margin_top = 28.0
|
2020-04-06 16:51:47 +00:00
|
|
|
|
margin_right = 516.0
|
2022-11-28 19:22:29 +00:00
|
|
|
|
margin_bottom = 52.0
|
2020-03-23 22:09:37 +00:00
|
|
|
|
rect_min_size = Vector2( 130, 0 )
|
2022-11-28 19:22:29 +00:00
|
|
|
|
mouse_default_cursor_shape = 2
|
|
|
|
|
|
|
|
|
|
[node name="HSeparator3" type="HSeparator" parent="VBoxContainer/VSplitContainer/VBoxContainer"]
|
|
|
|
|
margin_top = 234.0
|
|
|
|
|
margin_right = 516.0
|
|
|
|
|
margin_bottom = 238.0
|
|
|
|
|
|
|
|
|
|
[node name="CollapsibleContainer" parent="VBoxContainer/VSplitContainer/VBoxContainer" instance=ExtResource( 3 )]
|
|
|
|
|
margin_top = 242.0
|
|
|
|
|
margin_right = 516.0
|
|
|
|
|
margin_bottom = 262.0
|
|
|
|
|
text = "Advanced options"
|
|
|
|
|
|
|
|
|
|
[node name="GridContainer" type="GridContainer" parent="VBoxContainer/VSplitContainer/VBoxContainer/CollapsibleContainer"]
|
|
|
|
|
visible = false
|
|
|
|
|
margin_top = 24.0
|
|
|
|
|
margin_right = 516.0
|
|
|
|
|
margin_bottom = 44.0
|
|
|
|
|
columns = 2
|
|
|
|
|
|
|
|
|
|
[node name="InterpolationLabel" type="Label" parent="VBoxContainer/VSplitContainer/VBoxContainer/CollapsibleContainer/GridContainer"]
|
|
|
|
|
margin_top = 3.0
|
|
|
|
|
margin_right = 256.0
|
|
|
|
|
margin_bottom = 17.0
|
|
|
|
|
rect_min_size = Vector2( 30, 0 )
|
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
text = "Interpolation:"
|
|
|
|
|
|
|
|
|
|
[node name="Interpolation" type="OptionButton" parent="VBoxContainer/VSplitContainer/VBoxContainer/CollapsibleContainer/GridContainer"]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
margin_left = 260.0
|
|
|
|
|
margin_right = 516.0
|
|
|
|
|
margin_bottom = 20.0
|
|
|
|
|
mouse_default_cursor_shape = 2
|
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
text = "Nearest"
|
|
|
|
|
items = [ "Nearest", null, false, 0, null, "Bilinear", null, false, 1, null, "Cubic", null, false, 2, null, "Trilinear", null, false, 3, null, "Lanczos", null, false, 4, null ]
|
|
|
|
|
selected = 0
|
|
|
|
|
|
|
|
|
|
[node name="MultipleAnimationsDirectories" type="CheckBox" parent="VBoxContainer/VSplitContainer/VBoxContainer/CollapsibleContainer" groups=["ExportImageOptions"]]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
visible = false
|
|
|
|
|
margin_top = 48.0
|
|
|
|
|
margin_right = 516.0
|
|
|
|
|
margin_bottom = 72.0
|
|
|
|
|
hint_tooltip = "Creates multiple files but every file is stored in different folder that corresponds to its frame tag"
|
|
|
|
|
mouse_default_cursor_shape = 2
|
|
|
|
|
text = "Create new folder for each frame tag"
|
2020-03-23 22:09:37 +00:00
|
|
|
|
|
2022-11-28 19:22:29 +00:00
|
|
|
|
[node name="Popups" type="Control" parent="."]
|
|
|
|
|
mouse_filter = 2
|
2020-03-23 22:09:37 +00:00
|
|
|
|
|
|
|
|
|
[node name="PathDialog" type="FileDialog" parent="Popups"]
|
|
|
|
|
margin_left = 8.0
|
|
|
|
|
margin_top = 8.0
|
|
|
|
|
margin_right = 448.0
|
|
|
|
|
margin_bottom = 494.0
|
|
|
|
|
rect_min_size = Vector2( 440, 300 )
|
|
|
|
|
size_flags_horizontal = 0
|
|
|
|
|
size_flags_vertical = 0
|
2020-05-03 15:47:13 +00:00
|
|
|
|
window_title = "Open a Directory"
|
2020-03-23 22:09:37 +00:00
|
|
|
|
resizable = true
|
|
|
|
|
mode = 2
|
|
|
|
|
access = 2
|
2022-10-30 22:24:24 +00:00
|
|
|
|
show_hidden_files = true
|
2020-03-23 22:09:37 +00:00
|
|
|
|
|
|
|
|
|
[node name="PathValidationAlert" type="AcceptDialog" parent="Popups"]
|
|
|
|
|
margin_left = 8.0
|
|
|
|
|
margin_top = 180.0
|
|
|
|
|
margin_right = 448.0
|
|
|
|
|
margin_bottom = 280.0
|
|
|
|
|
size_flags_horizontal = 0
|
|
|
|
|
size_flags_vertical = 0
|
2020-04-22 19:36:23 +00:00
|
|
|
|
window_title = "Alarm!"
|
2020-03-25 16:22:29 +00:00
|
|
|
|
resizable = true
|
2022-04-19 16:29:21 +00:00
|
|
|
|
dialog_text = "Directory path and file name are not valid!"
|
2020-03-23 22:09:37 +00:00
|
|
|
|
__meta__ = {
|
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[node name="FileExistsAlert" type="AcceptDialog" parent="Popups"]
|
2020-08-07 05:13:04 +00:00
|
|
|
|
margin_left = 10.5227
|
|
|
|
|
margin_top = 176.636
|
|
|
|
|
margin_right = 450.523
|
|
|
|
|
margin_bottom = 276.636
|
2020-03-23 22:09:37 +00:00
|
|
|
|
size_flags_horizontal = 0
|
|
|
|
|
size_flags_vertical = 0
|
2020-04-22 19:36:23 +00:00
|
|
|
|
window_title = "Alarm!"
|
2020-03-25 16:22:29 +00:00
|
|
|
|
resizable = true
|
2020-03-23 22:09:37 +00:00
|
|
|
|
dialog_text = "File %s already exists. Overwrite?"
|
|
|
|
|
__meta__ = {
|
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
|
}
|
2020-04-06 16:51:47 +00:00
|
|
|
|
|
2020-08-07 05:13:04 +00:00
|
|
|
|
[node name="ExportProgressBar" type="WindowDialog" parent="Popups"]
|
|
|
|
|
margin_left = 63.0
|
|
|
|
|
margin_top = 215.0
|
|
|
|
|
margin_right = 402.0
|
|
|
|
|
margin_bottom = 256.0
|
|
|
|
|
popup_exclusive = true
|
|
|
|
|
window_title = "Exporting in progress..."
|
2020-04-06 16:51:47 +00:00
|
|
|
|
__meta__ = {
|
2020-08-07 05:13:04 +00:00
|
|
|
|
"_edit_group_": true,
|
|
|
|
|
"_edit_use_anchors_": false
|
2020-04-06 16:51:47 +00:00
|
|
|
|
}
|
|
|
|
|
|
2020-08-07 05:13:04 +00:00
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="Popups/ExportProgressBar"]
|
|
|
|
|
anchor_right = 1.0
|
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
|
margin_left = 5.0
|
|
|
|
|
margin_top = 5.0
|
|
|
|
|
margin_right = -5.0
|
|
|
|
|
margin_bottom = -5.0
|
|
|
|
|
__meta__ = {
|
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[node name="ProgressBar" type="ProgressBar" parent="Popups/ExportProgressBar/MarginContainer"]
|
|
|
|
|
margin_right = 329.0
|
|
|
|
|
margin_bottom = 14.0
|
|
|
|
|
size_flags_horizontal = 3
|
2020-04-06 16:51:47 +00:00
|
|
|
|
__meta__ = {
|
2020-08-07 05:13:04 +00:00
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[node name="FrameTimer" type="Timer" parent="."]
|
|
|
|
|
__meta__ = {
|
|
|
|
|
"_editor_description_": "Timer to advance animation frames in animation preview."
|
2020-04-06 16:51:47 +00:00
|
|
|
|
}
|
2022-04-30 16:32:55 +00:00
|
|
|
|
|
2020-03-23 22:09:37 +00:00
|
|
|
|
[connection signal="about_to_show" from="." to="." method="_on_ExportDialog_about_to_show"]
|
|
|
|
|
[connection signal="confirmed" from="." to="." method="_on_ExportDialog_confirmed"]
|
2020-04-06 16:51:47 +00:00
|
|
|
|
[connection signal="popup_hide" from="." to="." method="_on_ExportDialog_popup_hide"]
|
2020-03-23 22:09:37 +00:00
|
|
|
|
[connection signal="tab_clicked" from="VBoxContainer/Tabs" to="." method="_on_Tabs_tab_clicked"]
|
2022-11-28 19:22:29 +00:00
|
|
|
|
[connection signal="item_selected" from="VBoxContainer/VSplitContainer/VBoxContainer/GridContainer/Orientation" to="." method="_on_Orientation_item_selected"]
|
|
|
|
|
[connection signal="value_changed" from="VBoxContainer/VSplitContainer/VBoxContainer/GridContainer/LinesCount" to="." method="_on_LinesCount_value_changed"]
|
|
|
|
|
[connection signal="item_selected" from="VBoxContainer/VSplitContainer/VBoxContainer/GridContainer/Frames" to="." method="_on_Frames_item_selected"]
|
|
|
|
|
[connection signal="item_selected" from="VBoxContainer/VSplitContainer/VBoxContainer/GridContainer/Layers" to="." method="_on_Layers_item_selected"]
|
|
|
|
|
[connection signal="item_selected" from="VBoxContainer/VSplitContainer/VBoxContainer/GridContainer/Direction" to="." method="_on_Direction_item_selected"]
|
|
|
|
|
[connection signal="value_changed" from="VBoxContainer/VSplitContainer/VBoxContainer/GridContainer/Resize" to="." method="_on_Resize_value_changed"]
|
|
|
|
|
[connection signal="text_changed" from="VBoxContainer/VSplitContainer/VBoxContainer/FilePath/PathLineEdit" to="." method="_on_PathLineEdit_text_changed"]
|
|
|
|
|
[connection signal="pressed" from="VBoxContainer/VSplitContainer/VBoxContainer/FilePath/PathButton" to="." method="_on_PathButton_pressed"]
|
|
|
|
|
[connection signal="text_changed" from="VBoxContainer/VSplitContainer/VBoxContainer/FilePath/FileLineEdit" to="." method="_on_FileLineEdit_text_changed"]
|
|
|
|
|
[connection signal="item_selected" from="VBoxContainer/VSplitContainer/VBoxContainer/FilePath/FileFormat" to="." method="_on_FileFormat_item_selected"]
|
|
|
|
|
[connection signal="item_selected" from="VBoxContainer/VSplitContainer/VBoxContainer/CollapsibleContainer/GridContainer/Interpolation" to="." method="_on_Interpolation_item_selected"]
|
|
|
|
|
[connection signal="toggled" from="VBoxContainer/VSplitContainer/VBoxContainer/CollapsibleContainer/MultipleAnimationsDirectories" to="." method="_on_MultipleAnimationsDirectories_toggled"]
|
2020-03-23 22:09:37 +00:00
|
|
|
|
[connection signal="dir_selected" from="Popups/PathDialog" to="." method="_on_FileDialog_dir_selected"]
|
|
|
|
|
[connection signal="confirmed" from="Popups/FileExistsAlert" to="." method="_on_FileExistsAlert_confirmed"]
|
|
|
|
|
[connection signal="custom_action" from="Popups/FileExistsAlert" to="." method="_on_FileExistsAlert_custom_action"]
|
2020-04-06 16:51:47 +00:00
|
|
|
|
[connection signal="timeout" from="FrameTimer" to="." method="_on_FrameTimer_timeout"]
|