aseprite/data/widgets/duplicate_sprite.xml

24 lines
810 B
XML
Raw Normal View History

2007-11-16 18:25:45 +00:00
<!-- ASE - Allegro Sprite Editor -->
2010-04-29 02:52:51 +00:00
<!-- Copyright (C) 2001-2010 by David Capello -->
<jinete>
<window text="Duplicate Sprite" name="duplicate_sprite">
<box vertical="true">
<box horizontal="true" expansive="true">
<box vertical="true" homogeneous="true">
<label text="Duplicate:" />
<label text="As:" />
2007-09-18 23:57:02 +00:00
</box>
<box vertical="true" homogeneous="true" expansive="true">
2007-09-18 23:57:02 +00:00
<label text="" name="src_name" />
<entry maxsize="256" name="dst_name" magnetic="true" />
2007-09-18 23:57:02 +00:00
</box>
</box>
<check text="Duplicate merged layers only" name="flatten" />
<box horizontal="true" homogeneous="true">
<button text="&amp;OK" name="ok" magnetic="true" />
<button text="&amp;Cancel" />
2007-09-18 23:57:02 +00:00
</box>
</box>
</window>
</jinete>