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