2012-01-06 04:12:57 +00:00
|
|
|
<!-- ASEPRITE -->
|
2013-01-27 15:13:13 +00:00
|
|
|
<!-- Copyright (C) 2001-2013 by David Capello -->
|
2012-06-16 02:37:59 +00:00
|
|
|
<gui>
|
|
|
|
<window text="Sprite Properties" id="sprite_properties">
|
2014-05-02 23:09:18 +00:00
|
|
|
<vbox>
|
|
|
|
<grid columns="2">
|
|
|
|
<label text="File name:" />
|
|
|
|
<entry text="" id="name" maxsize="256" minwidth="64" readonly="true" cell_align="horizontal" />
|
2010-04-25 17:35:10 +00:00
|
|
|
|
2014-05-02 23:09:18 +00:00
|
|
|
<label text="Type:" />
|
|
|
|
<label text="" id="type" />
|
2010-04-25 17:35:10 +00:00
|
|
|
|
2014-05-02 23:09:18 +00:00
|
|
|
<label text="Size:" />
|
|
|
|
<label text="" id="size" />
|
2010-04-25 17:35:10 +00:00
|
|
|
|
2014-05-02 23:09:18 +00:00
|
|
|
<label text="Frames:" />
|
|
|
|
<label text="" id="frames" />
|
2010-04-25 17:35:10 +00:00
|
|
|
|
2014-05-02 23:09:18 +00:00
|
|
|
<label text="Transparent Color:" />
|
|
|
|
<hbox id="box_transparent" tooltip="Palette entry used as transparent color in each layer (only for indexed images)." />
|
|
|
|
</grid>
|
2009-12-16 23:24:57 +00:00
|
|
|
<separator horizontal="true" />
|
2014-05-02 23:09:18 +00:00
|
|
|
<hbox>
|
|
|
|
<boxfiller />
|
2012-06-16 02:37:59 +00:00
|
|
|
<button text="&OK" closewindow="true" id="ok" magnet="true" width="60" />
|
|
|
|
<button text="&Cancel" closewindow="true" id="cancel" width="60" />
|
2014-05-02 23:09:18 +00:00
|
|
|
</hbox>
|
|
|
|
</vbox>
|
2007-09-18 23:57:02 +00:00
|
|
|
</window>
|
2012-06-16 02:37:59 +00:00
|
|
|
</gui>
|