mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-26 18:21:44 +00:00
23 lines
813 B
XML
23 lines
813 B
XML
<!-- ASEPRITE -->
|
|
<!-- Copyright (C) 2001-2014 by David Capello -->
|
|
<gui>
|
|
<window text="Tools Configuration" id="tools_configuration">
|
|
<box vertical="true" childspacing="0">
|
|
<box horizontal="true" expansive="true">
|
|
<box vertical="true" childspacing="2">
|
|
<box horizontal="true" childspacing="0">
|
|
<check text="Tiled" id="tiled" />
|
|
<check text="x" id="tiled_x" />
|
|
<check text="y" id="tiled_y" />
|
|
</box>
|
|
<separator text="Grid:" horizontal="true" left="true" />
|
|
<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" />
|
|
</box>
|
|
</box>
|
|
</box>
|
|
</window>
|
|
</gui>
|