2012-01-06 04:12:57 +00:00
<!-- ASEPRITE -->
2013-01-27 15:13:13 +00:00
<!-- Copyright (C) 2001 - 2013 by David Capello -->
2012-06-16 02:37:59 +00:00
<gui >
<window text= "New Sprite" id= "new_sprite" >
2010-06-01 23:35:13 +00:00
<box vertical= "true" >
2010-06-02 01:02:26 +00:00
<separator text= "Size:" left= "true" horizontal= "true" />
<grid columns= "2" >
2012-01-05 22:45:03 +00:00
<label text= "Width:" />
2012-06-16 02:37:59 +00:00
<entry id= "width" maxsize= "8" magnet= "true" cell_align= "horizontal" tooltip= "Width of the new sprite (in pixels)" />
2012-01-05 22:45:03 +00:00
<label text= "Height:" />
2012-06-16 02:37:59 +00:00
<entry id= "height" maxsize= "8" cell_align= "horizontal" tooltip= "Height of the new sprite (in pixels)" />
2010-06-02 01:02:26 +00:00
</grid>
2010-06-01 23:35:13 +00:00
<separator text= "Color Mode:" left= "true" horizontal= "true" />
<box vertical= "true" homogeneous= "true" childspacing= "0" >
2012-01-05 22:45:03 +00:00
<box horizontal= "true" >
2014-08-10 00:45:07 +00:00
<radio id= "indexed_mode" text= "&Indexed color" group= "1" tooltip= "Using a palette of 256 colors (8 bits per pixel)" />
2014-05-06 03:08:43 +00:00
<!-- <entry id="colors" maxsize="8" tooltip="Maximum number of colors (only for Indexed images) This field cannot be modified in this beta version." disabled="true" /> -->
<!-- <label text="Colors" /> -->
2012-01-05 22:45:03 +00:00
</box>
2014-08-10 00:45:07 +00:00
<radio id= "rgb_mode" text= "&RGB color" group= "1" tooltip= "RGBA color mode (32 bits per pixel)" />
<radio id= "grayscale_mode" 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" >
2012-06-16 02:37:59 +00:00
<listbox id= "bg_box" >
2012-01-05 22:45:03 +00:00
<listitem text= "Transparent" />
<listitem text= "Black" />
<listitem text= "White" />
<listitem text= "Magenta" />
<listitem text= "Background Color" />
</listbox>
2010-06-01 23:35:13 +00:00
</view>
<box horizontal= "true" >
2012-01-05 22:45:03 +00:00
<box horizontal= "true" expansive= "true" />
<box horizontal= "true" homogeneous= "true" >
2012-06-16 02:37:59 +00:00
<button text= "&OK" closewindow= "true" id= "ok_button" magnet= "true" width= "60" />
2012-01-05 22:45:03 +00:00
<button text= "&Cancel" closewindow= "true" />
</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>
2012-06-16 02:37:59 +00:00
</gui>