aseprite/data/jids/options.jid

46 lines
1.3 KiB
Plaintext
Raw Normal View History

2007-11-16 18:25:45 +00:00
<!-- ASE - Allegro Sprite Editor -->
<!-- Copyright (C) 2001-2009 by David Capello -->
<jinete>
<window text="Options" name="options">
2007-09-18 23:57:02 +00:00
<box vertical>
<box vertical>
2007-09-18 23:57:02 +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>
<check text="Lock X/Y" name="lock_axis" />
2007-09-18 23:57:02 +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 horizontal>
<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" />
</box>
2007-09-18 23:57:02 +00:00
</box>
<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>
</jinete>