mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 05:14:45 +00:00
26279597b6
We hope to enhance the discoverability of Aseprite features in this way.
47 lines
1.5 KiB
XML
47 lines
1.5 KiB
XML
<!-- Aseprite -->
|
|
<!-- Copyright (C) 2019-2024 by Igara Studio S.A. -->
|
|
<!-- Copyright (C) 2001-2018 by David Capello -->
|
|
<gui>
|
|
<window id="import_sprite_sheet" text="@.title" help="sprite-sheet#import">
|
|
<vbox>
|
|
<grid columns="4">
|
|
<button id="select_file" text="@select_file.text" cell_hspan="4" />
|
|
|
|
<label text="@.type" />
|
|
<combobox id="sheet_type" cell_hspan="3" />
|
|
|
|
<separator text="@.tiles" horizontal="true" cell_hspan="4" />
|
|
|
|
<label text="@.x" />
|
|
<expr id="x" text="0" />
|
|
|
|
<label text="@.y" />
|
|
<expr id="y" text="0" />
|
|
|
|
<label text="@.width" />
|
|
<expr id="width" text="16" />
|
|
|
|
<label text="@.height" />
|
|
<expr id="height" text="16" />
|
|
|
|
<check id="padding_enabled" text="@.padding" cell_hspan="4" />
|
|
|
|
<label text="@.horizontal_padding" id="horizontal_padding_label" />
|
|
<expr id="horizontal_padding" text="0" />
|
|
<label text="@.vertical_padding" id="vertical_padding_label" />
|
|
<expr id="vertical_padding" text="0" />
|
|
|
|
<check id="partial_tiles" text="@.partial_tiles" 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>
|
|
</vbox>
|
|
</window>
|
|
</gui>
|