mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 05:14:45 +00:00
34 lines
1.1 KiB
XML
34 lines
1.1 KiB
XML
<!-- ASEPRITE -->
|
|
<!-- Copyright (C) 2001-2012 by David Capello -->
|
|
<jinete>
|
|
<window text="Sprite Properties" name="sprite_properties">
|
|
<box vertical="true">
|
|
<box horizontal="true">
|
|
<grid columns="2" expansive="true">
|
|
|
|
<label text="File name:" />
|
|
<entry text="" name="name" maxsize="256" minwidth="64" readonly="true" cell_align="horizontal" />
|
|
|
|
<label text="Type:" />
|
|
<label text="" name="type" />
|
|
|
|
<label text="Size:" />
|
|
<label text="" name="size" />
|
|
|
|
<label text="Frames:" />
|
|
<label text="" name="frames" />
|
|
|
|
<label text="Transparent Color:" />
|
|
<box horizontal="true" name="box_transparent" tooltip="Palette entry used as transparent color in each layer (only for indexed images)." />
|
|
</grid>
|
|
</box>
|
|
<separator horizontal="true" />
|
|
<box horizontal="true">
|
|
<box horizontal="true" expansive="true" />
|
|
<button text="&OK" closewindow="true" name="ok" magnetic="true" width="60" />
|
|
<button text="&Cancel" closewindow="true" name="cancel" width="60" />
|
|
</box>
|
|
</box>
|
|
</window>
|
|
</jinete>
|