2012-01-06 04:12:57 +00:00
|
|
|
<!-- ASEPRITE -->
|
2012-01-06 03:52:11 +00:00
|
|
|
<!-- Copyright (C) 2001-2012 by David Capello -->
|
2012-06-16 02:37:59 +00:00
|
|
|
<gui>
|
|
|
|
<window text="Tools Configuration" id="configure_tool">
|
2010-04-10 19:10:08 +00:00
|
|
|
<box vertical="true" childspacing="0">
|
2009-12-16 23:24:57 +00:00
|
|
|
<box horizontal="true" expansive="true">
|
2010-04-10 19:10:08 +00:00
|
|
|
<box vertical="true" childspacing="2">
|
2012-01-05 22:45:03 +00:00
|
|
|
<box horizontal="true" childspacing="0">
|
2012-06-16 02:37:59 +00:00
|
|
|
<check text="Tiled" id="tiled" />
|
|
|
|
<check text="x" id="tiled_x" />
|
|
|
|
<check text="y" id="tiled_y" />
|
2012-01-05 22:45:03 +00:00
|
|
|
</box>
|
2012-06-16 02:37:59 +00:00
|
|
|
<check text="Onionskin" id="onionskin" />
|
2009-12-16 23:24:57 +00:00
|
|
|
<separator text="Grid:" horizontal="true" left="true" />
|
2012-06-16 02:37:59 +00:00
|
|
|
<check text="Snap to Grid" id="snap_to_grid" />
|
|
|
|
<check text="View Grid" id="view_grid" />
|
|
|
|
<check text="Pixel Grid" id="pixel_grid" />
|
|
|
|
<button text="Set &Grid" id="set_grid" />
|
2007-09-18 23:57:02 +00:00
|
|
|
</box>
|
2010-04-25 18:02:58 +00:00
|
|
|
<separator vertical="true" />
|
2010-04-10 19:10:08 +00:00
|
|
|
<box vertical="true" expansive="true" childspacing="2">
|
2009-12-16 23:24:57 +00:00
|
|
|
<box horizontal="true">
|
2012-01-05 22:45:03 +00:00
|
|
|
<grid columns="2" childspacing="0" expansive="true">
|
2010-04-25 18:02:58 +00:00
|
|
|
|
2012-01-05 22:45:03 +00:00
|
|
|
<label text="Pen:" />
|
2012-06-16 02:37:59 +00:00
|
|
|
<box horizontal="true" childspacing="0" id="brush_type_box" /><!-- custom widget -->
|
2010-04-25 18:02:58 +00:00
|
|
|
|
2007-11-28 14:19:36 +00:00
|
|
|
<label text="Size:" />
|
2012-06-16 02:37:59 +00:00
|
|
|
<slider min="1" max="32" id="brush_size" minwidth="32" cell_align="horizontal" />
|
2010-04-25 18:02:58 +00:00
|
|
|
|
2007-11-28 14:19:36 +00:00
|
|
|
<label text="Angle:" />
|
2012-06-16 02:37:59 +00:00
|
|
|
<slider min="0" max="180" id="brush_angle" cell_align="horizontal" />
|
2010-04-25 18:02:58 +00:00
|
|
|
|
2012-06-16 02:37:59 +00:00
|
|
|
<label text="Opacity:" id="opacity_label" />
|
|
|
|
<slider min="0" max="255" id="opacity" cell_align="horizontal" />
|
2010-04-25 18:02:58 +00:00
|
|
|
|
2012-06-16 02:37:59 +00:00
|
|
|
<label text="Tolerance:" id="tolerance_label" />
|
|
|
|
<slider min="0" max="255" id="tolerance" cell_align="horizontal" />
|
2010-08-13 13:41:13 +00:00
|
|
|
|
2012-01-05 22:45:03 +00:00
|
|
|
</grid>
|
2012-06-16 02:37:59 +00:00
|
|
|
<box id="brush_preview_box" /><!-- custom widget -->
|
2012-01-05 22:45:03 +00:00
|
|
|
</box>
|
2012-06-16 02:37:59 +00:00
|
|
|
<box vertical="true" id="spray_box">
|
2012-01-05 22:45:03 +00:00
|
|
|
<separator text="Spray:" horizontal="true" left="true" />
|
|
|
|
<box horizontal="true">
|
|
|
|
<box vertical="true" homogeneous="true" childspacing="0">
|
|
|
|
<label text="Spray Width:" />
|
|
|
|
<label text="Air Speed:" />
|
|
|
|
</box>
|
|
|
|
<box vertical="true" homogeneous="true" expansive="true" childspacing="0">
|
2012-06-16 02:37:59 +00:00
|
|
|
<slider min="1" max="32" id="spray_width" />
|
|
|
|
<slider min="1" max="100" id="air_speed" />
|
2012-01-05 22:45:03 +00:00
|
|
|
</box>
|
|
|
|
</box>
|
2007-09-18 23:57:02 +00:00
|
|
|
</box>
|
|
|
|
</box>
|
|
|
|
</box>
|
|
|
|
</box>
|
|
|
|
</window>
|
2012-06-16 02:37:59 +00:00
|
|
|
</gui>
|