mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-04 08:46:09 +00:00
41 lines
1.3 KiB
XML
41 lines
1.3 KiB
XML
<!-- ASEPRITE -->
|
|
<!-- Copyright (C) 2001-2016 by David Capello -->
|
|
<gui>
|
|
<window text="Sprite Properties" id="sprite_properties">
|
|
<vbox>
|
|
<grid columns="2">
|
|
<label text="File name:" />
|
|
<entry text="" id="name" maxsize="256" minwidth="64" readonly="true" cell_align="horizontal" />
|
|
|
|
<label text="Type:" />
|
|
<label text="" id="type" />
|
|
|
|
<label text="Size:" />
|
|
<label text="" id="size" />
|
|
|
|
<label text="Frames:" />
|
|
<label text="" id="frames" />
|
|
|
|
<separator text="Advanced" horizontal="true" cell_hspan="2" />
|
|
|
|
<label text="Transparent Color:" />
|
|
<hbox id="transparent_color_placeholder" tooltip="Palette entry used as transparent color in each layer (only for indexed images)." />
|
|
|
|
<label text="Pixel Ratio:" />
|
|
<combobox id="pixel_ratio" cell_align="horizontal">
|
|
<listitem text="Square Pixels (1:1)" value="1:1" />
|
|
<listitem text="Double-wide Pixels (2:1)" value="2:1" />
|
|
<listitem text="Double-high Pixels (1:2)" value="1:2" />
|
|
</combobox>
|
|
|
|
</grid>
|
|
<separator horizontal="true" />
|
|
<hbox>
|
|
<boxfiller />
|
|
<button text="&OK" closewindow="true" id="ok" magnet="true" width="60" />
|
|
<button text="&Cancel" closewindow="true" id="cancel" width="60" />
|
|
</hbox>
|
|
</vbox>
|
|
</window>
|
|
</gui>
|