2007-11-16 18:25:45 +00:00
|
|
|
<!-- ASE - Allegro Sprite Editor -->
|
2011-01-20 21:32:31 +00:00
|
|
|
<!-- Copyright (C) 2001-2011 by David Capello -->
|
2008-03-15 01:54:45 +00:00
|
|
|
<jinete>
|
2007-11-28 14:19:36 +00:00
|
|
|
<window text="Sprite Properties" name="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:" />
|
2010-04-25 17:35:10 +00:00
|
|
|
<entry text="" name="name" maxsize="256" minwidth="64" readonly="true" cell_align="horizontal" />
|
|
|
|
|
2007-11-28 14:19:36 +00:00
|
|
|
<label text="Type:" />
|
2007-09-18 23:57:02 +00:00
|
|
|
<label text="" name="type" />
|
2010-04-25 17:35:10 +00:00
|
|
|
|
|
|
|
<label text="Size:" />
|
2007-09-18 23:57:02 +00:00
|
|
|
<label text="" name="size" />
|
2010-04-25 17:35:10 +00:00
|
|
|
|
|
|
|
<label text="Frames:" />
|
2007-12-05 01:30:50 +00:00
|
|
|
<label text="" name="frames" />
|
2011-01-20 20:17:35 +00:00
|
|
|
|
2012-01-05 22:45:03 +00:00
|
|
|
<label text="Transparent Color:" />
|
|
|
|
<box horizontal="true" name="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" />
|
2010-08-23 20:41:19 +00:00
|
|
|
<button text="&OK" closewindow="true" name="ok" magnetic="true" width="60" />
|
2011-01-20 20:17:35 +00:00
|
|
|
<button text="&Cancel" closewindow="true" name="cancel" width="60" />
|
2007-09-18 23:57:02 +00:00
|
|
|
</box>
|
|
|
|
</box>
|
|
|
|
</window>
|
2008-03-15 01:54:45 +00:00
|
|
|
</jinete>
|