mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-26 18:21:44 +00:00
35 lines
1.0 KiB
XML
35 lines
1.0 KiB
XML
<!-- ASEPRITE -->
|
|
<!-- Copyright (C) 2001-2016 by David Capello -->
|
|
<gui>
|
|
<window id="import_sprite_sheet" text="Import Sprite Sheet">
|
|
<grid columns="4">
|
|
<button id="select_file" text="Select File" cell_hspan="4" />
|
|
|
|
<label text="Type:" />
|
|
<combobox id="sheet_type" cell_hspan="3" />
|
|
|
|
<label text="X:" />
|
|
<entry id="x" text="0" maxsize="4" />
|
|
|
|
<label text="Y:" />
|
|
<entry id="y" text="0" maxsize="4" />
|
|
|
|
<label text="Width:" />
|
|
<entry id="width" text="16" maxsize="4" />
|
|
|
|
<label text="Height:" />
|
|
<entry id="height" text="16" maxsize="4" />
|
|
|
|
<check id="partial_tiles" text="Include partial tiles at bottom/right edges" cell_hspan="4" />
|
|
|
|
<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" />
|
|
</hbox>
|
|
</grid>
|
|
</window>
|
|
</gui>
|