aseprite/data/jids/newlay.jid

35 lines
949 B
Plaintext
Raw Normal View History

2007-11-16 18:25:45 +00:00
<!-- ASE - Allegro Sprite Editor -->
<!-- Copyright (C) 2001-2008 by David A. Capello -->
2007-09-18 23:57:02 +00:00
<!-- Read "LEGAL.txt" for more information. -->
<jinete>
<window text="New Image Layer" name="new_layer">
2007-09-18 23:57:02 +00:00
<box vertical>
<box horizontal>
<box vertical homogeneous>
<label text="Name:" />
2007-09-18 23:57:02 +00:00
</box>
<box vertical homogeneous>
<entry maxsize=256 text="New Layer" name="name" magnetic />
2007-09-18 23:57:02 +00:00
</box>
</box>
<box horizontal homogeneous>
<button text="&OK" name="ok" magnetic />
<button text="&Cancel" />
2007-09-18 23:57:02 +00:00
</box>
</box>
</window>
<window text="New Layer Set" name="new_layer_set">
2007-09-18 23:57:02 +00:00
<box vertical>
<box horizontal>
<label text="Name:" />
<entry maxsize=256 text="New Set" name="name" />
2007-09-18 23:57:02 +00:00
</box>
<box horizontal homogeneous>
<button text="&OK" name="ok" magnetic />
<button text="&Cancel" />
2007-09-18 23:57:02 +00:00
</box>
</box>
</window>
</jinete>