2007-11-16 18:25:45 +00:00
|
|
|
<!-- ASE - Allegro Sprite Editor -->
|
2010-04-29 02:52:51 +00:00
|
|
|
<!-- Copyright (C) 2001-2010 by David Capello -->
|
2008-03-15 01:54:45 +00:00
|
|
|
<jinete>
|
2007-11-28 14:19:36 +00:00
|
|
|
<window text="Options" name="options">
|
2009-12-16 23:24:57 +00:00
|
|
|
<box vertical="true">
|
2010-04-26 00:29:50 +00:00
|
|
|
<box horizontal="true">
|
|
|
|
<box vertical="true">
|
|
|
|
|
|
|
|
<!-- Editor -->
|
2007-09-18 23:57:02 +00:00
|
|
|
|
2010-04-26 00:29:50 +00:00
|
|
|
<separator text="Editor:" horizontal="true" />
|
2007-12-06 20:05:32 +00:00
|
|
|
<check text="Smooth auto-scroll" name="smooth" />
|
|
|
|
<check text="2 Click Movement" name="move_click2" />
|
|
|
|
<check text="2 Click Drawing" name="draw_click2" />
|
2010-04-29 02:47:08 +00:00
|
|
|
<grid columns="2">
|
2010-04-26 02:35:05 +00:00
|
|
|
<label text="Cursor:" />
|
|
|
|
<box name="cursor_color_box" /><!-- custom widget -->
|
2010-04-29 02:47:08 +00:00
|
|
|
|
|
|
|
<label text="Grid Color:" />
|
|
|
|
<box name="grid_color_box" /><!-- custom widget -->
|
|
|
|
|
|
|
|
<label text="Pixel Grid:" />
|
|
|
|
<box name="pixel_grid_color_box" /><!-- custom widget -->
|
|
|
|
</grid>
|
2007-09-18 23:57:02 +00:00
|
|
|
|
2010-04-26 00:29:50 +00:00
|
|
|
<!-- Undo -->
|
|
|
|
|
|
|
|
<separator text="Undo:" horizontal="true" />
|
2009-12-16 23:24:57 +00:00
|
|
|
<box horizontal="true">
|
2010-04-26 00:29:50 +00:00
|
|
|
<label text="Undo Limit:" />
|
2010-01-31 23:42:45 +00:00
|
|
|
<entry name="undo_size_limit" maxsize="4" tooltip="Limit of memory to be used for undo information per sprite. Specified in megabytes." />
|
2009-10-09 02:22:49 +00:00
|
|
|
<label text="MB" />
|
2008-03-27 14:29:33 +00:00
|
|
|
</box>
|
|
|
|
|
2010-04-26 00:29:50 +00:00
|
|
|
</box>
|
|
|
|
<separator vertical="true" />
|
|
|
|
<box vertical="true">
|
|
|
|
|
|
|
|
<!-- Checked Background -->
|
|
|
|
|
|
|
|
<separator text="Checked Background:" horizontal="true" />
|
|
|
|
<box horizontal="true">
|
|
|
|
<label text="Size:" />
|
|
|
|
<combobox name="checked_bg_size" expansive="true" />
|
|
|
|
</box>
|
|
|
|
<check text="Apply Zoom" name="checked_bg_zoom" />
|
|
|
|
<grid columns="2">
|
|
|
|
<label text="Color 1" />
|
|
|
|
<box horizontal="true" name="checked_bg_color1_box" />
|
|
|
|
<label text="Color 2" />
|
|
|
|
<box horizontal="true" name="checked_bg_color2_box" />
|
|
|
|
</grid>
|
|
|
|
<button name="checked_bg_reset" text="Reset" />
|
|
|
|
|
|
|
|
</box>
|
2007-09-18 23:57:02 +00:00
|
|
|
</box>
|
|
|
|
|
2010-04-26 00:29:50 +00:00
|
|
|
<separator horizontal="true" />
|
|
|
|
|
2009-12-16 23:24:57 +00:00
|
|
|
<box horizontal="true">
|
|
|
|
<box horizontal="true" expansive="true" />
|
|
|
|
<box horizontal="true" homogeneous="true">
|
|
|
|
<button text="&OK" name="button_ok" magnetic="true" width="60" />
|
|
|
|
<button text="&Cancel" />
|
2007-12-06 20:05:32 +00:00
|
|
|
</box>
|
2007-09-18 23:57:02 +00:00
|
|
|
</box>
|
|
|
|
</box>
|
|
|
|
</window>
|
2008-03-15 01:54:45 +00:00
|
|
|
</jinete>
|