mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-26 00:19:13 +00:00
Fix X/Y/Width/Height fields order in "Import Sprite Sheet" (#1207)
This commit is contained in:
parent
5910e94396
commit
ed7a1ef1cc
@ -8,14 +8,16 @@
|
||||
<label text="Type:" />
|
||||
<combobox id="sheet_type" cell_hspan="3" />
|
||||
|
||||
<label text="X" />
|
||||
<label text="X:" />
|
||||
<entry id="x" text="0" maxsize="4" />
|
||||
<label text="Width" />
|
||||
|
||||
<label text="Y:" />
|
||||
<entry id="y" text="0" maxsize="4" />
|
||||
|
||||
<label text="Width:" />
|
||||
<entry id="width" text="16" maxsize="4" />
|
||||
|
||||
<label text="Y" />
|
||||
<entry id="y" text="0" maxsize="4" />
|
||||
<label text="Height" />
|
||||
<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" />
|
||||
|
Loading…
Reference in New Issue
Block a user