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="Replace Color" name="replace_color">
|
2009-12-16 23:24:57 +00:00
|
|
|
<box horizontal="true">
|
|
|
|
<box vertical="true" expansive="true">
|
|
|
|
<box horizontal="true" expansive="true">
|
|
|
|
<box vertical="true" homogeneous="true">
|
2008-03-22 18:43:56 +00:00
|
|
|
<label text="From:" />
|
|
|
|
<label text="To:" />
|
2007-09-18 23:57:02 +00:00
|
|
|
</box>
|
2009-12-16 23:24:57 +00:00
|
|
|
<box vertical="true" homogeneous="true" expansive="true" name="color_buttons_box" />
|
2007-09-18 23:57:02 +00:00
|
|
|
</box>
|
2007-11-28 14:19:36 +00:00
|
|
|
<label text="Fuzziness:" />
|
2009-12-16 23:24:57 +00:00
|
|
|
<slider min="0" max="255" name="fuzziness" />
|
2007-09-18 23:57:02 +00:00
|
|
|
</box>
|
2009-12-16 23:24:57 +00:00
|
|
|
<box vertical="true">
|
|
|
|
<button text="&OK" name="button_ok" magnetic="true" />
|
|
|
|
<button text="&Cancel" />
|
2007-09-18 23:57:02 +00:00
|
|
|
<box name="target" />
|
2009-12-16 23:24:57 +00:00
|
|
|
<check text="&Preview" name="preview" />
|
2007-09-18 23:57:02 +00:00
|
|
|
</box>
|
|
|
|
</box>
|
|
|
|
</window>
|
2008-03-15 01:54:45 +00:00
|
|
|
</jinete>
|