2007-11-16 18:25:45 +00:00
|
|
|
<!-- ASE - Allegro Sprite Editor -->
|
2010-04-29 02:52:51 +00:00
|
|
|
<!-- Copyright (C) 2001-2010 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" />
|
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">
|
2007-12-06 20:05:32 +00:00
|
|
|
<button text="Constant Frame-Rate Speed" name="speed" />
|
2009-12-16 23:24:57 +00:00
|
|
|
<box horizontal="true" expansive="true" />
|
|
|
|
<box horizontal="true" homogeneous="true">
|
|
|
|
<button text="&OK" name="ok" magnetic="true" width="60" />
|
|
|
|
<button text="&Cancel" />
|
2007-12-06 20:05:32 +00:00
|
|
|
</box>
|
2007-09-18 23:57:02 +00:00
|
|
|
</box>
|
|
|
|
</box>
|
|
|
|
</window>
|
2008-03-15 01:54:45 +00:00
|
|
|
</jinete>
|