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="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>
|
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>
|
|
|
|
</box>
|
|
|
|
</box>
|
|
|
|
</window>
|
2012-06-16 02:37:59 +00:00
|
|
|
</gui>
|