2012-01-06 04:12:57 +00:00
|
|
|
<!-- ASEPRITE -->
|
2012-01-06 03:52:11 +00:00
|
|
|
<!-- Copyright (C) 2001-2012 by David Capello -->
|
2012-06-16 02:37:59 +00:00
|
|
|
<gui>
|
|
|
|
<window text="Sprite Properties" id="sprite_properties">
|
2009-12-16 23:24:57 +00:00
|
|
|
<box vertical="true">
|
2010-04-25 17:35:10 +00:00
|
|
|
<box horizontal="true">
|
|
|
|
<grid columns="2" expansive="true">
|
|
|
|
|
2007-11-28 14:19:36 +00:00
|
|
|
<label text="File name:" />
|
2012-06-16 02:37:59 +00:00
|
|
|
<entry text="" id="name" maxsize="256" minwidth="64" readonly="true" cell_align="horizontal" />
|
2010-04-25 17:35:10 +00:00
|
|
|
|
2007-11-28 14:19:36 +00:00
|
|
|
<label text="Type:" />
|
2012-06-16 02:37:59 +00:00
|
|
|
<label text="" id="type" />
|
2010-04-25 17:35:10 +00:00
|
|
|
|
|
|
|
<label text="Size:" />
|
2012-06-16 02:37:59 +00:00
|
|
|
<label text="" id="size" />
|
2010-04-25 17:35:10 +00:00
|
|
|
|
|
|
|
<label text="Frames:" />
|
2012-06-16 02:37:59 +00:00
|
|
|
<label text="" id="frames" />
|
2011-01-20 20:17:35 +00:00
|
|
|
|
2012-01-05 22:45:03 +00:00
|
|
|
<label text="Transparent Color:" />
|
2012-06-16 02:37:59 +00:00
|
|
|
<box horizontal="true" id="box_transparent" tooltip="Palette entry used as transparent color in each layer (only for indexed images)." />
|
2010-04-25 17:35:10 +00:00
|
|
|
</grid>
|
2007-09-18 23:57:02 +00:00
|
|
|
</box>
|
2009-12-16 23:24:57 +00:00
|
|
|
<separator horizontal="true" />
|
|
|
|
<box horizontal="true">
|
|
|
|
<box horizontal="true" expansive="true" />
|
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" />
|
2007-09-18 23:57:02 +00:00
|
|
|
</box>
|
|
|
|
</box>
|
|
|
|
</window>
|
2012-06-16 02:37:59 +00:00
|
|
|
</gui>
|