aseprite/data/jids/replcol.jid

26 lines
765 B
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="Replace Color" name="replace_color">
2007-09-18 23:57:02 +00:00
<box horizontal>
<box vertical expansive>
<box horizontal expansive>
<box vertical homogeneous>
<label text="From:" />
<label text="To:" />
2007-09-18 23:57:02 +00:00
</box>
<box vertical homogeneous expansive name="color_buttons_box" />
2007-09-18 23:57:02 +00:00
</box>
<label text="Fuzziness:" />
2007-09-18 23:57:02 +00:00
<slider min=0 max=255 name="fuzziness" />
</box>
<box vertical>
<button text="&OK" name="button_ok" magnetic />
<button text="&Cancel" />
2007-09-18 23:57:02 +00:00
<box name="target" />
<check text="&Preview" name="preview" />
2007-09-18 23:57:02 +00:00
</box>
</box>
</window>
</jinete>