2007-11-16 18:25:45 +00:00
|
|
|
<!-- ASE - Allegro Sprite Editor -->
|
2007-09-30 15:32:21 +00:00
|
|
|
<!-- Copyright (C) 2001-2005, 2007 by David A. Capello -->
|
2007-09-18 23:57:02 +00:00
|
|
|
|
|
|
|
<!-- Read "LEGAL.txt" for more information. -->
|
|
|
|
|
2007-11-28 14:19:36 +00:00
|
|
|
<window text="Options" name="options">
|
2007-09-18 23:57:02 +00:00
|
|
|
<box vertical>
|
2007-12-06 20:05:32 +00:00
|
|
|
<box vertical>
|
2007-09-18 23:57:02 +00:00
|
|
|
|
2007-12-06 20:05:32 +00:00
|
|
|
<label text="Mouse Speed:" />
|
|
|
|
<box horizontal>
|
|
|
|
<box vertical homogeneous>
|
|
|
|
<label text="X:" />
|
|
|
|
<label text="Y:" />
|
|
|
|
</box>
|
|
|
|
<box vertical homogeneous expansive>
|
|
|
|
<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
|
|
|
|
2007-12-06 20:05:32 +00:00
|
|
|
<separator horizontal />
|
|
|
|
|
|
|
|
<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
|
|
|
|
|
|
|
</box>
|
|
|
|
|
2007-12-06 20:05:32 +00:00
|
|
|
<box horizontal>
|
|
|
|
<box horizontal expansive />
|
|
|
|
<box horizontal homogeneous>
|
|
|
|
<button text="&OK" name="button_ok" magnetic width="60" />
|
|
|
|
<button text="&Cancel" />
|
|
|
|
</box>
|
2007-09-18 23:57:02 +00:00
|
|
|
</box>
|
|
|
|
</box>
|
|
|
|
</window>
|