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="Cel Properties" name="cel_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="Frame:" />
|
|
|
|
<label text="X position:" />
|
|
|
|
<label text="Y position:" />
|
|
|
|
<label text="Opacity:" />
|
2007-09-18 23:57:02 +00:00
|
|
|
</box>
|
|
|
|
<box vertical homogeneous expansive>
|
2007-11-19 14:23:15 +00:00
|
|
|
<entry maxsize=32 name="frame" />
|
2007-09-18 23:57:02 +00:00
|
|
|
<entry maxsize=32 name="xpos" />
|
|
|
|
<entry maxsize=32 name="ypos" />
|
|
|
|
<slider min=0 max=255 name="opacity" />
|
|
|
|
</box>
|
|
|
|
</box>
|
|
|
|
<box horizontal homogeneous>
|
2007-11-28 14:19:36 +00:00
|
|
|
<button text="&OK" name="ok" magnetic />
|
|
|
|
<button text="&Cancel" />
|
2007-09-18 23:57:02 +00:00
|
|
|
</box>
|
|
|
|
</box>
|
|
|
|
</window>
|