aseprite/data/jids/replcol.jid
2009-12-16 23:24:57 +00:00

26 lines
865 B
Plaintext

<!-- ASE - Allegro Sprite Editor -->
<!-- Copyright (C) 2001-2009 by David Capello -->
<jinete>
<window text="Replace Color" name="replace_color">
<box horizontal="true">
<box vertical="true" expansive="true">
<box horizontal="true" expansive="true">
<box vertical="true" homogeneous="true">
<label text="From:" />
<label text="To:" />
</box>
<box vertical="true" homogeneous="true" expansive="true" name="color_buttons_box" />
</box>
<label text="Fuzziness:" />
<slider min="0" max="255" name="fuzziness" />
</box>
<box vertical="true">
<button text="&amp;OK" name="button_ok" magnetic="true" />
<button text="&amp;Cancel" />
<box name="target" />
<check text="&amp;Preview" name="preview" />
</box>
</box>
</window>
</jinete>