mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 14:21:45 +00:00
24 lines
810 B
XML
24 lines
810 B
XML
<!-- ASE - Allegro Sprite Editor -->
|
|
<!-- 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:" />
|
|
</box>
|
|
<box vertical="true" homogeneous="true" expansive="true">
|
|
<label text="" name="src_name" />
|
|
<entry maxsize="256" name="dst_name" magnetic="true" />
|
|
</box>
|
|
</box>
|
|
<check text="Duplicate merged layers only" name="flatten" />
|
|
<box horizontal="true" homogeneous="true">
|
|
<button text="&OK" name="ok" magnetic="true" />
|
|
<button text="&Cancel" />
|
|
</box>
|
|
</box>
|
|
</window>
|
|
</jinete>
|