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>
|
2008-05-05 04:45:17 +00:00
|
|
|
<window text="Tools Configuration" name="configure_tool">
|
2007-09-18 23:57:02 +00:00
|
|
|
<box vertical>
|
|
|
|
<box horizontal expansive>
|
|
|
|
<box vertical>
|
2007-11-28 14:19:36 +00:00
|
|
|
<separator text="General:" horizontal left />
|
|
|
|
<check text="Filled" name="filled" />
|
2009-03-09 00:05:37 +00:00
|
|
|
<box horizontal childspacing="0">
|
|
|
|
<check text="Tiled" name="tiled" />
|
|
|
|
<check text="x" name="tiled_x" />
|
|
|
|
<check text="y" name="tiled_y" />
|
|
|
|
</box>
|
2007-11-28 14:19:36 +00:00
|
|
|
<check text="Onionskin" name="onionskin" />
|
|
|
|
<separator text="Grid:" horizontal left />
|
|
|
|
<check text="Snap to Grid" name="use_grid" />
|
|
|
|
<check text="View Grid" name="view_grid" />
|
|
|
|
<button text="Set &Grid" name="set_grid" />
|
|
|
|
<separator text="Cursor:" horizontal left />
|
2007-09-18 23:57:02 +00:00
|
|
|
<box name="cursor_color_box" /><!-- custom widget -->
|
|
|
|
</box>
|
|
|
|
<box vertical expansive>
|
2007-11-28 14:19:36 +00:00
|
|
|
<separator text="Brush:" horizontal left />
|
2007-09-18 23:57:02 +00:00
|
|
|
<box horizontal>
|
|
|
|
<box vertical homogeneous>
|
2007-11-28 14:19:36 +00:00
|
|
|
<label text="Size:" />
|
|
|
|
<label text="Angle:" />
|
2007-09-18 23:57:02 +00:00
|
|
|
</box>
|
|
|
|
<box vertical homogeneous expansive>
|
2008-05-06 15:22:57 +00:00
|
|
|
<slider min=1 max=32 name="brush_size" minwidth="128" />
|
2007-09-18 23:57:02 +00:00
|
|
|
<slider min=0 max=180 name="brush_angle" />
|
|
|
|
</box>
|
|
|
|
<box vertical homogeneous>
|
|
|
|
<box name="brush_type_box" /><!-- custom widget -->
|
|
|
|
<box name="brush_mode_box" /><!-- custom widget -->
|
|
|
|
</box>
|
|
|
|
<box name="brush_preview_box" /><!-- custom widget -->
|
|
|
|
</box>
|
2008-03-27 14:29:33 +00:00
|
|
|
<separator text="Opacity:" horizontal left />
|
2007-09-18 23:57:02 +00:00
|
|
|
<slider min=0 max=255 name="glass_dirty" />
|
2007-11-28 14:19:36 +00:00
|
|
|
<separator text="Spray:" horizontal left />
|
2007-09-18 23:57:02 +00:00
|
|
|
<box horizontal>
|
|
|
|
<box vertical homogeneous>
|
2007-11-28 14:19:36 +00:00
|
|
|
<label text="Spray Width:" />
|
|
|
|
<label text="Air Speed:" />
|
2007-09-18 23:57:02 +00:00
|
|
|
</box>
|
|
|
|
<box vertical homogeneous expansive>
|
|
|
|
<slider min=1 max=32 name="spray_width" />
|
|
|
|
<slider min=1 max=100 name="air_speed" />
|
|
|
|
</box>
|
|
|
|
</box>
|
|
|
|
</box>
|
|
|
|
</box>
|
|
|
|
</box>
|
|
|
|
</window>
|
2008-03-15 01:54:45 +00:00
|
|
|
</jinete>
|