2007-11-16 18:25:45 +00:00
|
|
|
<!-- ASE - Allegro Sprite Editor -->
|
|
|
|
<!-- Copyright (C) 2001-2005, 2007 by David A. Capello -->
|
2007-09-18 23:57:02 +00:00
|
|
|
|
|
|
|
<!-- Read "LEGAL.txt" for more information. -->
|
|
|
|
|
2007-11-28 14:19:36 +00:00
|
|
|
<window text="Sprite Properties" name="sprite_properties">
|
2007-09-18 23:57:02 +00:00
|
|
|
<box vertical>
|
|
|
|
<box horizontal expansive>
|
|
|
|
<box vertical homogeneous>
|
2007-11-28 14:19:36 +00:00
|
|
|
<label text="File name:" />
|
|
|
|
<label text="Type:" />
|
|
|
|
<label text="Size:" />
|
|
|
|
<label text="Frames:" />
|
2007-12-05 01:30:50 +00:00
|
|
|
<label text="Background:" />
|
2007-09-18 23:57:02 +00:00
|
|
|
</box>
|
|
|
|
<box vertical homogeneous expansive>
|
2007-12-06 20:05:32 +00:00
|
|
|
<entry text="" name="name" maxsize="256" readonly maxwidth="100" />
|
2007-09-18 23:57:02 +00:00
|
|
|
<label text="" name="type" />
|
|
|
|
<label text="" name="size" />
|
2007-12-05 01:30:50 +00:00
|
|
|
<label text="" name="frames" />
|
2007-12-06 20:05:32 +00:00
|
|
|
<box horizontal>
|
|
|
|
<box vertical name="bgcolor_box" />
|
|
|
|
</box>
|
2007-09-18 23:57:02 +00:00
|
|
|
</box>
|
|
|
|
</box>
|
2007-12-06 20:05:32 +00:00
|
|
|
<box horizontal>
|
|
|
|
<button text="Constant Frame-Rate Speed" name="speed" />
|
|
|
|
<box horizontal expansive />
|
|
|
|
<box horizontal homogeneous>
|
|
|
|
<button text="&OK" name="ok" magnetic width="60" />
|
|
|
|
<button text="&Cancel" />
|
|
|
|
</box>
|
2007-09-18 23:57:02 +00:00
|
|
|
</box>
|
|
|
|
</box>
|
|
|
|
</window>
|