2007-11-16 18:25:45 +00:00
|
|
|
<!-- ASE - Allegro Sprite Editor -->
|
2009-01-24 00:41:01 +00:00
|
|
|
<!-- Copyright (C) 2001-2009 by David Capello -->
|
2008-03-15 01:54:45 +00:00
|
|
|
<jinete>
|
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>
|
2008-02-10 19:06:03 +00:00
|
|
|
<entry expansive name="width" maxsize=8 magnetic tooltip="Width of the new sprite (in pixels)" />
|
|
|
|
<entry expansive name="height" maxsize=8 tooltip="Height of the new sprite (in pixels)" />
|
2007-09-18 23:57:02 +00:00
|
|
|
</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>
|
2008-02-10 19:06:03 +00:00
|
|
|
<radio name="radio1" text="&RGB Color" group=1 tooltip="RGBA color mode\n(32 bits per pixel)" />
|
|
|
|
<radio name="radio2" text="&Grayscale" group=1 tooltip="Value and Alpha\n(16 bits per pixel)" />
|
|
|
|
<radio name="radio3" text="&Indexed" group=1 tooltip="Using a palette of 256 colors\n(8 bits per pixel)" />
|
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">
|
2008-03-22 18:43:56 +00:00
|
|
|
<listitem text="Transparent" />
|
2007-11-28 14:19:36 +00:00
|
|
|
<listitem text="Black" />
|
|
|
|
<listitem text="White" />
|
|
|
|
<listitem text="Magenta" />
|
2008-03-27 14:29:33 +00:00
|
|
|
<listitem text="Background Color" />
|
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>
|
2008-03-15 01:54:45 +00:00
|
|
|
</jinete>
|