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 >
2010-06-01 23:35:13 +00:00
<window text= "New Sprite" name= "new_sprite" >
<box vertical= "true" >
2010-06-02 01:02:26 +00:00
<separator text= "Size:" left= "true" horizontal= "true" />
<grid columns= "2" >
<label text= "Width:" />
<entry name= "width" maxsize= "8" magnetic= "true" cell_align= "horizontal" tooltip= "Width of the new sprite (in pixels)" />
<label text= "Height:" />
<entry name= "height" maxsize= "8" cell_align= "horizontal" tooltip= "Height of the new sprite (in pixels)" />
</grid>
2010-06-01 23:35:13 +00:00
<separator text= "Color Mode:" left= "true" horizontal= "true" />
<box vertical= "true" homogeneous= "true" childspacing= "0" >
<box horizontal= "true" >
<radio name= "radio3" text= "&Indexed with " group= "1" tooltip= "Using a palette of 256 colors (8 bits per pixel)" />
2010-06-24 02:31:29 +00:00
<entry name= "colors" maxsize= "8" tooltip= "Maximum number of colors (only for Indexed images) This field cannot be modified in this beta version." disabled= "true" />
2010-06-01 23:35:13 +00:00
<label text= "Colors" />
2007-09-18 23:57:02 +00:00
</box>
2010-06-01 23:35:13 +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)" />
2007-09-18 23:57:02 +00:00
</box>
2007-12-06 20:05:32 +00:00
2010-06-01 23:35:13 +00:00
<separator text= "Background:" left= "true" horizontal= "true" />
2010-06-02 01:02:26 +00:00
<view maxsize= "true" expansive= "true" >
2010-06-01 23:35:13 +00:00
<listbox name= "bg_box" >
<listitem text= "Transparent" />
<listitem text= "Black" />
<listitem text= "White" />
<listitem text= "Magenta" />
<listitem text= "Background Color" />
</listbox>
</view>
<box horizontal= "true" >
<box horizontal= "true" expansive= "true" />
<box horizontal= "true" homogeneous= "true" >
2010-08-23 20:41:19 +00:00
<button text= "&OK" closewindow= "true" name= "ok_button" magnetic= "true" width= "60" />
<button text= "&Cancel" closewindow= "true" />
2010-06-01 23:35:13 +00:00
</box>
2007-12-06 20:05:32 +00:00
</box>
2010-06-01 23:35:13 +00:00
2007-09-18 23:57:02 +00:00
</box>
2010-06-01 23:35:13 +00:00
</window>
2008-03-15 01:54:45 +00:00
</jinete>