Blobby/addons/AsepriteWizard/animation_player/sprite_inspector_dock.tscn

253 lines
7.8 KiB
Plaintext

[gd_scene load_steps=5 format=2]
[ext_resource path="res://addons/AsepriteWizard/animation_player/sprite_inspector_dock.gd" type="Script" id=1]
[sub_resource type="StyleBoxEmpty" id=1]
[sub_resource type="StyleBoxFlat" id=2]
content_margin_left = 2.0
content_margin_right = 2.0
content_margin_top = 1.0
content_margin_bottom = 1.0
bg_color = Color( 0.25098, 0.270588, 0.32549, 1 )
[sub_resource type="StyleBoxFlat" id=3]
content_margin_left = 1.0
content_margin_right = 1.0
content_margin_top = 1.0
content_margin_bottom = 1.0
bg_color = Color( 0.2, 0.219608, 0.278431, 1 )
[node name="sprite_inspector_dock" type="PanelContainer"]
margin_right = 14.0
margin_bottom = 14.0
custom_styles/panel = SubResource( 1 )
script = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false,
"_editor_description_": ""
}
[node name="margin" type="MarginContainer" parent="."]
margin_right = 187.0
margin_bottom = 144.0
custom_constants/margin_top = 2
custom_constants/margin_bottom = 2
[node name="VBoxContainer" type="VBoxContainer" parent="margin"]
margin_top = 2.0
margin_right = 187.0
margin_bottom = 142.0
[node name="section_title" type="PanelContainer" parent="margin/VBoxContainer"]
margin_right = 187.0
margin_bottom = 16.0
size_flags_horizontal = 3
custom_styles/panel = SubResource( 2 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="title" type="Label" parent="margin/VBoxContainer/section_title"]
margin_left = 2.0
margin_top = 1.0
margin_right = 185.0
margin_bottom = 15.0
size_flags_horizontal = 3
text = "Aseprite"
align = 1
[node name="animation_player" type="HBoxContainer" parent="margin/VBoxContainer"]
margin_top = 20.0
margin_right = 187.0
margin_bottom = 40.0
hint_tooltip = "AnimationPlayer node where animations should be added to."
[node name="Label" type="Label" parent="margin/VBoxContainer/animation_player"]
margin_top = 3.0
margin_right = 105.0
margin_bottom = 17.0
size_flags_horizontal = 3
size_flags_stretch_ratio = 2.0
text = "AnimationPlayer"
[node name="options" type="OptionButton" parent="margin/VBoxContainer/animation_player"]
margin_left = 109.0
margin_right = 187.0
margin_bottom = 20.0
size_flags_horizontal = 3
size_flags_stretch_ratio = 2.0
text = "[empty]"
align = 1
[node name="source" type="HBoxContainer" parent="margin/VBoxContainer"]
margin_top = 44.0
margin_right = 187.0
margin_bottom = 64.0
hint_tooltip = "Location of the Aseprite (*.ase, *.aseprite) source file."
[node name="Label" type="Label" parent="margin/VBoxContainer/source"]
margin_top = 3.0
margin_right = 91.0
margin_bottom = 17.0
size_flags_horizontal = 3
size_flags_stretch_ratio = 2.0
text = "Aseprite File"
[node name="button" type="Button" parent="margin/VBoxContainer/source"]
margin_left = 95.0
margin_right = 187.0
margin_bottom = 20.0
size_flags_horizontal = 3
size_flags_stretch_ratio = 2.0
text = "[empty]"
clip_text = true
[node name="layer" type="HBoxContainer" parent="margin/VBoxContainer"]
margin_top = 68.0
margin_right = 187.0
margin_bottom = 88.0
hint_tooltip = "Aseprite layer to be used in the animation. By default all layers are included."
[node name="Label" type="Label" parent="margin/VBoxContainer/layer"]
margin_top = 3.0
margin_right = 91.0
margin_bottom = 17.0
size_flags_horizontal = 3
size_flags_stretch_ratio = 2.0
text = "Layer"
[node name="options" type="OptionButton" parent="margin/VBoxContainer/layer"]
margin_left = 95.0
margin_right = 187.0
margin_bottom = 20.0
size_flags_horizontal = 3
size_flags_stretch_ratio = 2.0
text = "[all]"
align = 1
[node name="options_title" type="PanelContainer" parent="margin/VBoxContainer"]
margin_top = 92.0
margin_right = 187.0
margin_bottom = 116.0
custom_styles/panel = SubResource( 3 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="options_title" type="ToolButton" parent="margin/VBoxContainer/options_title"]
margin_left = 1.0
margin_top = 1.0
margin_right = 186.0
margin_bottom = 23.0
custom_colors/font_color_pressed = Color( 0.8, 0.807843, 0.827451, 1 )
toggle_mode = true
text = "Options"
align = 0
[node name="options" type="VBoxContainer" parent="margin/VBoxContainer"]
visible = false
margin_top = 120.0
margin_right = 198.0
margin_bottom = 240.0
[node name="out_folder" type="HBoxContainer" parent="margin/VBoxContainer/options"]
margin_right = 198.0
margin_bottom = 20.0
hint_tooltip = "Location where the spritesheet file should be saved."
[node name="Label" type="Label" parent="margin/VBoxContainer/options/out_folder"]
margin_top = 3.0
margin_right = 97.0
margin_bottom = 17.0
size_flags_horizontal = 3
size_flags_stretch_ratio = 2.0
text = "Output folder"
[node name="button" type="Button" parent="margin/VBoxContainer/options/out_folder"]
margin_left = 101.0
margin_right = 198.0
margin_bottom = 20.0
size_flags_horizontal = 3
size_flags_stretch_ratio = 2.0
text = "[empty]"
clip_text = true
[node name="out_filename" type="HBoxContainer" parent="margin/VBoxContainer/options"]
margin_top = 24.0
margin_right = 198.0
margin_bottom = 48.0
hint_tooltip = "Base filename for spritesheet. In case the layer option is used, this works as a prefix to the layer name."
[node name="Label" type="Label" parent="margin/VBoxContainer/options/out_filename"]
margin_top = 5.0
margin_right = 109.0
margin_bottom = 19.0
size_flags_horizontal = 3
size_flags_stretch_ratio = 2.0
text = "Output file name"
[node name="LineEdit" type="LineEdit" parent="margin/VBoxContainer/options/out_filename"]
margin_left = 113.0
margin_right = 198.0
margin_bottom = 24.0
size_flags_horizontal = 3
size_flags_stretch_ratio = 2.0
[node name="ex_pattern" type="HBoxContainer" parent="margin/VBoxContainer/options"]
margin_top = 52.0
margin_right = 198.0
margin_bottom = 76.0
hint_tooltip = "Exclude layers with name matching this pattern (regex)."
[node name="Label" type="Label" parent="margin/VBoxContainer/options/ex_pattern"]
margin_top = 5.0
margin_right = 99.0
margin_bottom = 19.0
size_flags_horizontal = 3
size_flags_stretch_ratio = 2.0
text = "Exclude pattern"
[node name="LineEdit" type="LineEdit" parent="margin/VBoxContainer/options/ex_pattern"]
margin_left = 103.0
margin_right = 198.0
margin_bottom = 24.0
size_flags_horizontal = 3
size_flags_stretch_ratio = 2.0
[node name="visible_layers" type="HBoxContainer" parent="margin/VBoxContainer/options"]
margin_top = 80.0
margin_right = 198.0
margin_bottom = 120.0
hint_tooltip = "If active, layers not visible in the source file won't be included in the final image."
[node name="Label" type="Label" parent="margin/VBoxContainer/options/visible_layers"]
margin_top = 13.0
margin_right = 118.0
margin_bottom = 27.0
size_flags_horizontal = 3
size_flags_stretch_ratio = 2.0
text = "Only visible layers"
[node name="CheckButton" type="CheckButton" parent="margin/VBoxContainer/options/visible_layers"]
margin_left = 122.0
margin_right = 198.0
margin_bottom = 40.0
size_flags_horizontal = 3
size_flags_stretch_ratio = 2.0
[node name="import" type="Button" parent="margin/VBoxContainer"]
margin_top = 120.0
margin_right = 187.0
margin_bottom = 140.0
text = "Import"
[connection signal="item_selected" from="margin/VBoxContainer/animation_player/options" to="." method="_on_options_item_selected"]
[connection signal="pressed" from="margin/VBoxContainer/animation_player/options" to="." method="_on_options_pressed"]
[connection signal="pressed" from="margin/VBoxContainer/source/button" to="." method="_on_source_pressed"]
[connection signal="item_selected" from="margin/VBoxContainer/layer/options" to="." method="_on_layer_item_selected"]
[connection signal="pressed" from="margin/VBoxContainer/layer/options" to="." method="_on_layer_pressed"]
[connection signal="toggled" from="margin/VBoxContainer/options_title/options_title" to="." method="_on_options_title_toggled"]
[connection signal="pressed" from="margin/VBoxContainer/options/out_folder/button" to="." method="_on_out_folder_pressed"]
[connection signal="pressed" from="margin/VBoxContainer/import" to="." method="_on_import_pressed"]