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>
|
2007-11-28 14:19:36 +00:00
|
|
|
<window text="Options" name="options">
|
2009-12-16 23:24:57 +00:00
|
|
|
<box vertical="true">
|
|
|
|
<box vertical="true">
|
2007-09-18 23:57:02 +00:00
|
|
|
|
2007-12-06 20:05:32 +00:00
|
|
|
<label text="Mouse Speed:" />
|
2009-12-16 23:24:57 +00:00
|
|
|
<box horizontal="true">
|
|
|
|
<box vertical="true" homogeneous="true">
|
2007-12-06 20:05:32 +00:00
|
|
|
<label text="X:" />
|
|
|
|
<label text="Y:" />
|
|
|
|
</box>
|
2009-12-16 23:24:57 +00:00
|
|
|
<box vertical="true" homogeneous="true" expansive="true">
|
2007-12-06 20:05:32 +00:00
|
|
|
<slider min="-8" max="8" name="mouse_x" />
|
|
|
|
<slider min="-8" max="8" name="mouse_y" />
|
2007-09-18 23:57:02 +00:00
|
|
|
</box>
|
|
|
|
</box>
|
2007-12-06 20:05:32 +00:00
|
|
|
<check text="Lock X/Y" name="lock_axis" />
|
2007-09-18 23:57:02 +00:00
|
|
|
|
2009-12-16 23:24:57 +00:00
|
|
|
<separator horizontal="true" />
|
2007-12-06 20:05:32 +00:00
|
|
|
|
|
|
|
<check text="Smooth auto-scroll" name="smooth" />
|
|
|
|
<check text="Real-time ordered dithering" name="dither" />
|
|
|
|
<check text="2 Click Movement" name="move_click2" />
|
|
|
|
<check text="2 Click Drawing" name="draw_click2" />
|
2007-09-18 23:57:02 +00:00
|
|
|
|
2009-12-16 23:24:57 +00:00
|
|
|
<box horizontal="true">
|
2008-03-27 14:29:33 +00:00
|
|
|
<label text="Undo size limit:" />
|
|
|
|
<entry name="undo_size_limit" maxsize="4" tooltip="Limit of memory to be used\nfor undo information per sprite.\nSpecified in megabytes." />
|
2009-10-09 02:22:49 +00:00
|
|
|
<label text="MB" />
|
2008-03-27 14:29:33 +00:00
|
|
|
</box>
|
|
|
|
|
2007-09-18 23:57:02 +00:00
|
|
|
</box>
|
|
|
|
|
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>
|