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

34 lines
1022 B
Plaintext

<!-- ASE - Allegro Sprite Editor -->
<!-- Copyright (C) 2001-2009 by David Capello -->
<jinete>
<window text="New Image Layer" name="new_layer">
<box vertical="true">
<box horizontal="true">
<box vertical="true" homogeneous="true">
<label text="Name:" />
</box>
<box vertical="true" homogeneous="true">
<entry maxsize="256" text="New Layer" name="name" magnetic="true" />
</box>
</box>
<box horizontal="true" homogeneous="true">
<button text="&amp;OK" name="ok" magnetic="true" />
<button text="&amp;Cancel" />
</box>
</box>
</window>
<window text="New Layer Set" name="new_layer_set">
<box vertical="true">
<box horizontal="true">
<label text="Name:" />
<entry maxsize="256" text="New Set" name="name" />
</box>
<box horizontal="true" homogeneous="true">
<button text="&amp;OK" name="ok" magnetic="true" />
<button text="&amp;Cancel" />
</box>
</box>
</window>
</jinete>