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">
|
2009-12-16 23:24:57 +00:00
|
|
|
<box vertical="true">
|
|
|
|
<box horizontal="true">
|
|
|
|
<box vertical="true" expansive="true">
|
|
|
|
<separator text="Size:" left="true" horizontal="true" />
|
|
|
|
<box vertical="true" expansive="true">
|
|
|
|
<box horizontal="true">
|
|
|
|
<box vertical="true" homogeneous="true">
|
2007-11-28 14:19:36 +00:00
|
|
|
<label text="Width:" />
|
|
|
|
<label text="Height:" />
|
2007-09-18 23:57:02 +00:00
|
|
|
</box>
|
2009-12-16 23:24:57 +00:00
|
|
|
<box vertical="true" homogeneous="true" expansive="true">
|
|
|
|
<entry expansive="true" name="width" maxsize="8" magnetic="true" tooltip="Width of the new sprite (in pixels)" />
|
|
|
|
<entry expansive="true" name="height" maxsize="8" tooltip="Height of the new sprite (in pixels)" />
|
2007-09-18 23:57:02 +00:00
|
|
|
</box>
|
|
|
|
</box>
|
|
|
|
</box>
|
|
|
|
</box>
|
2009-12-16 23:24:57 +00:00
|
|
|
<box vertical="true">
|
|
|
|
<separator text="Color Mode:" left="true" horizontal="true" />
|
|
|
|
<box vertical="true" homogeneous="true">
|
2010-01-31 23:42:45 +00:00
|
|
|
<radio name="radio1" text="&RGB Color" group="1" tooltip="RGBA color mode (32 bits per pixel)" />
|
|
|
|
<radio name="radio2" text="&Grayscale" group="1" tooltip="Value and Alpha (16 bits per pixel)" />
|
|
|
|
<radio name="radio3" text="&Indexed" group="1" tooltip="Using a palette of 256 colors (8 bits per pixel)" />
|
2007-09-18 23:57:02 +00:00
|
|
|
</box>
|
|
|
|
</box>
|
|
|
|
</box>
|
2009-12-16 23:24:57 +00:00
|
|
|
<separator text="Background:" left="true" horizontal="true" />
|
|
|
|
<view maxsize="true" expansive="true">
|
2007-09-18 23:57:02 +00:00
|
|
|
<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
|
|
|
|
2009-12-16 23:24:57 +00:00
|
|
|
<box horizontal="true">
|
|
|
|
<box horizontal="true" expansive="true" />
|
|
|
|
<box horizontal="true" homogeneous="true">
|
|
|
|
<button text="&OK" name="ok_button" 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>
|