aseprite/data/widgets/import_sprite_sheet.xml

35 lines
1014 B
XML
Raw Normal View History

<!-- Aseprite -->
<!-- Copyright (C) 2001-2016 by David Capello -->
2015-03-19 18:21:28 +00:00
<gui>
<window id="import_sprite_sheet" text="@.title">
2015-03-19 18:21:28 +00:00
<grid columns="4">
<button id="select_file" text="@.select_file" cell_hspan="4" />
2015-03-19 18:21:28 +00:00
<label text="@.type" />
<combobox id="sheet_type" cell_hspan="3" />
<label text="@.x" />
2015-03-19 18:21:28 +00:00
<entry id="x" text="0" maxsize="4" />
<label text="@.y" />
2015-03-19 18:21:28 +00:00
<entry id="y" text="0" maxsize="4" />
<label text="@.width" />
<entry id="width" text="16" maxsize="4" />
<label text="@.height" />
2015-03-19 18:21:28 +00:00
<entry id="height" text="16" maxsize="4" />
<check id="partial_tiles" text="@.partial_tiles" cell_hspan="4" />
2015-03-19 18:21:28 +00:00
<hbox cell_hspan="4">
<boxfiller />
<hbox>
</hbox>
<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>