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="New Sprite" name="new_sprite">
|
2007-09-18 23:57:02 +00:00
|
|
|
<box vertical>
|
|
|
|
<box horizontal>
|
|
|
|
<box vertical expansive>
|
2007-11-28 14:19:36 +00:00
|
|
|
<separator text="Size:" left horizontal />
|
2007-09-18 23:57:02 +00:00
|
|
|
<box vertical expansive>
|
|
|
|
<box horizontal>
|
|
|
|
<box vertical homogeneous>
|
2007-11-28 14:19:36 +00:00
|
|
|
<label text="Width:" />
|
|
|
|
<label text="Height:" />
|
2007-09-18 23:57:02 +00:00
|
|
|
</box>
|
|
|
|
<box vertical homogeneous expansive>
|
|
|
|
<entry expansive name="width" maxsize=8 />
|
|
|
|
<entry expansive name="height" maxsize=8 />
|
|
|
|
</box>
|
|
|
|
</box>
|
|
|
|
</box>
|
|
|
|
</box>
|
|
|
|
<box vertical>
|
2007-11-28 14:19:36 +00:00
|
|
|
<separator text="Color Mode:" left horizontal />
|
2007-09-18 23:57:02 +00:00
|
|
|
<box vertical homogeneous>
|
2007-11-28 14:19:36 +00:00
|
|
|
<radio name="radio1" text="&RGB Color" group=1 />
|
|
|
|
<radio name="radio2" text="&Grayscale" group=1 />
|
|
|
|
<radio name="radio3" text="&Indexed" group=1 />
|
2007-09-18 23:57:02 +00:00
|
|
|
</box>
|
|
|
|
</box>
|
|
|
|
</box>
|
2007-11-28 14:19:36 +00:00
|
|
|
<separator text="Background:" left horizontal />
|
2007-09-18 23:57:02 +00:00
|
|
|
<view maxsize expansive>
|
|
|
|
<listbox name="bg_box">
|
2007-11-28 14:19:36 +00:00
|
|
|
<listitem text="Transparent (mask color)" />
|
|
|
|
<listitem text="Black" />
|
|
|
|
<listitem text="White" />
|
|
|
|
<listitem text="Magenta" />
|
|
|
|
<listitem text="Custom" />
|
2007-09-18 23:57:02 +00:00
|
|
|
</listbox>
|
|
|
|
</view>
|
2007-12-06 20:05:32 +00:00
|
|
|
|
|
|
|
<box horizontal>
|
|
|
|
<box horizontal expansive />
|
|
|
|
<box horizontal homogeneous>
|
|
|
|
<button text="&OK" name="ok_button" magnetic width="60" />
|
|
|
|
<button text="&Cancel" />
|
|
|
|
</box>
|
2007-09-18 23:57:02 +00:00
|
|
|
</box>
|
|
|
|
</box>
|
|
|
|
</window>
|