2016-12-23 15:38:32 +00:00
|
|
|
<!-- Aseprite -->
|
2018-06-28 16:33:13 +00:00
|
|
|
<!-- Copyright (C) 2001-2018 by David Capello -->
|
2014-08-11 10:27:10 +00:00
|
|
|
<gui>
|
2016-12-23 15:38:32 +00:00
|
|
|
<window id="export_sprite_sheet" text="@.title">
|
2014-08-11 10:27:10 +00:00
|
|
|
<grid columns="4">
|
2016-12-23 15:38:32 +00:00
|
|
|
<label text="@.sheet_type" />
|
2014-08-11 10:27:10 +00:00
|
|
|
<combobox id="sheet_type" cell_hspan="3" />
|
|
|
|
|
2016-12-23 15:38:32 +00:00
|
|
|
<label id="columns_label" text="@.columns" />
|
2018-06-28 16:33:13 +00:00
|
|
|
<expr id="columns" text="" />
|
2014-08-11 14:33:17 +00:00
|
|
|
<boxfiller cell_hspan="2" />
|
|
|
|
|
2016-12-23 15:38:32 +00:00
|
|
|
<label id="rows_label" text="@.rows" />
|
2018-06-28 16:33:13 +00:00
|
|
|
<expr id="rows" text="" />
|
2015-12-03 14:38:59 +00:00
|
|
|
<boxfiller cell_hspan="2" />
|
|
|
|
|
2015-03-19 17:39:37 +00:00
|
|
|
<hbox />
|
|
|
|
<vbox>
|
2016-12-23 15:38:32 +00:00
|
|
|
<check id="padding_enabled" text="@.padding" />
|
2017-11-29 19:12:00 +00:00
|
|
|
<check id="trim_enabled" text="@.trim" />
|
2015-03-19 17:39:37 +00:00
|
|
|
</vbox>
|
|
|
|
<grid columns="2" id="padding_container" cell_hspan="2">
|
2016-12-23 15:38:32 +00:00
|
|
|
<label text="@.border" />
|
2018-06-28 16:33:13 +00:00
|
|
|
<expr id="border_padding" text="0" />
|
2016-12-23 15:38:32 +00:00
|
|
|
<label text="@.shape" />
|
2018-06-28 16:33:13 +00:00
|
|
|
<expr id="shape_padding" text="0" />
|
2016-12-23 15:38:32 +00:00
|
|
|
<label text="@.inner" />
|
2018-06-28 16:33:13 +00:00
|
|
|
<expr id="inner_padding" text="0" />
|
2015-03-19 17:39:37 +00:00
|
|
|
</grid>
|
|
|
|
|
2016-12-23 15:38:32 +00:00
|
|
|
<label id="fit_width_label" text="@.width" />
|
2014-08-11 14:33:17 +00:00
|
|
|
<combobox id="fit_width" text="" maxsize="5" editable="true" />
|
2016-12-23 15:38:32 +00:00
|
|
|
<label id="fit_height_label" text="@.height" />
|
2014-08-12 10:29:57 +00:00
|
|
|
<combobox id="fit_height" text="" maxsize="5" editable="true" />
|
2014-08-11 14:33:17 +00:00
|
|
|
|
|
|
|
<hbox id="best_fit_filler" />
|
2016-12-23 15:38:32 +00:00
|
|
|
<check cell_hspan="3" id="best_fit" text="@.best_fit" />
|
2014-08-11 10:27:10 +00:00
|
|
|
|
2016-12-23 15:38:32 +00:00
|
|
|
<label text="@.layers" />
|
2015-08-21 01:30:33 +00:00
|
|
|
<combobox id="layers" text="" cell_hspan="3" />
|
|
|
|
|
2016-12-23 15:38:32 +00:00
|
|
|
<label text="@.frames" />
|
2015-08-21 01:30:33 +00:00
|
|
|
<combobox id="frames" text="" cell_hspan="3" />
|
|
|
|
|
2016-12-23 15:38:32 +00:00
|
|
|
<check id="image_enabled" text="@.output_file" />
|
2015-03-17 19:43:51 +00:00
|
|
|
<button id="image_filename" cell_hspan="3" />
|
|
|
|
|
2016-12-23 15:38:32 +00:00
|
|
|
<check id="data_enabled" text="@.json_data" />
|
2015-03-17 19:43:51 +00:00
|
|
|
<button id="data_filename" cell_hspan="3" />
|
2014-08-11 10:27:10 +00:00
|
|
|
|
2015-12-03 15:42:33 +00:00
|
|
|
<hbox />
|
|
|
|
<hbox id="data_meta" cell_hspan="3">
|
2015-12-22 20:34:51 +00:00
|
|
|
<combobox id="data_format">
|
2016-12-23 15:38:32 +00:00
|
|
|
<listitem text="@.json_data_hash" value="0" />
|
|
|
|
<listitem text="@.json_data_array" value="1" />
|
2015-12-22 20:34:51 +00:00
|
|
|
</combobox>
|
2016-12-23 15:38:32 +00:00
|
|
|
<label text="@.meta" />
|
|
|
|
<check id="list_layers" text="@.meta_layers" />
|
|
|
|
<check id="list_tags" text="@.meta_frame_tags" />
|
2017-03-16 13:35:26 +00:00
|
|
|
<check id="list_slices" text="@.meta_slices" />
|
2015-12-03 15:42:33 +00:00
|
|
|
</hbox>
|
|
|
|
|
2016-12-23 15:38:32 +00:00
|
|
|
<check id="open_generated" text="@.open_sprite_sheet" cell_hspan="4" />
|
2015-03-19 13:17:40 +00:00
|
|
|
|
2014-08-11 10:27:10 +00:00
|
|
|
<hbox cell_hspan="4">
|
|
|
|
<boxfiller />
|
|
|
|
<hbox homogeneous="true">
|
2016-12-23 15:38:32 +00:00
|
|
|
<button text="@.export" minwidth="60" id="export_button" magnet="true" />
|
|
|
|
<button text="@.cancel" minwidth="60" closewindow="true" />
|
2014-08-11 10:27:10 +00:00
|
|
|
</hbox>
|
|
|
|
</hbox>
|
|
|
|
</grid>
|
|
|
|
</window>
|
|
|
|
</gui>
|