2016-12-23 15:38:32 +00:00
|
|
|
<!-- Aseprite -->
|
2018-06-28 16:33:13 +00:00
|
|
|
<!-- Copyright (C) 2001-2018 by David Capello -->
|
2015-03-19 18:21:28 +00:00
|
|
|
<gui>
|
2016-12-23 15:38:32 +00:00
|
|
|
<window id="import_sprite_sheet" text="@.title">
|
2015-03-19 18:21:28 +00:00
|
|
|
<grid columns="4">
|
2016-12-23 15:38:32 +00:00
|
|
|
<button id="select_file" text="@.select_file" cell_hspan="4" />
|
2015-03-19 18:21:28 +00:00
|
|
|
|
2016-12-23 15:38:32 +00:00
|
|
|
<label text="@.type" />
|
2015-12-03 14:38:59 +00:00
|
|
|
<combobox id="sheet_type" cell_hspan="3" />
|
|
|
|
|
2016-12-23 15:38:32 +00:00
|
|
|
<label text="@.x" />
|
2018-06-28 16:33:13 +00:00
|
|
|
<expr id="x" text="0" />
|
2015-03-19 18:21:28 +00:00
|
|
|
|
2016-12-23 15:38:32 +00:00
|
|
|
<label text="@.y" />
|
2018-06-28 16:33:13 +00:00
|
|
|
<expr id="y" text="0" />
|
2016-07-25 14:25:11 +00:00
|
|
|
|
2016-12-23 15:38:32 +00:00
|
|
|
<label text="@.width" />
|
2018-06-28 16:33:13 +00:00
|
|
|
<expr id="width" text="16" />
|
2016-07-25 14:25:11 +00:00
|
|
|
|
2016-12-23 15:38:32 +00:00
|
|
|
<label text="@.height" />
|
2018-06-28 16:33:13 +00:00
|
|
|
<expr id="height" text="16" />
|
2015-03-19 18:21:28 +00:00
|
|
|
|
2016-12-23 15:38:32 +00:00
|
|
|
<check id="partial_tiles" text="@.partial_tiles" cell_hspan="4" />
|
2016-07-01 13:24:44 +00:00
|
|
|
|
2015-03-19 18:21:28 +00:00
|
|
|
<hbox cell_hspan="4">
|
|
|
|
<boxfiller />
|
|
|
|
<hbox>
|
|
|
|
</hbox>
|
2016-12-23 15:38:32 +00:00
|
|
|
<button id="import" text="@.import" minwidth="60" magnet="true" cell_align="center" closewindow="true" />
|
|
|
|
<button id="cancel" text="@.cancel" minwidth="60" cell_align="center" closewindow="true" />
|
2015-03-19 18:21:28 +00:00
|
|
|
</hbox>
|
|
|
|
</grid>
|
|
|
|
</window>
|
|
|
|
</gui>
|