aseprite/data/jids/newlay.jid

39 lines
1.1 KiB
Plaintext
Raw Normal View History

2007-11-16 18:25:45 +00:00
<!-- ASE - Allegro Sprite Editor -->
<!-- Copyright (C) 2001-2005, 2007 by David A. Capello -->
2007-09-18 23:57:02 +00:00
<!-- Read "LEGAL.txt" for more information. -->
<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:" />
<label text="Width:" />
<label text="Height:" />
2007-09-18 23:57:02 +00:00
</box>
<box vertical homogeneous>
<entry maxsize=256 text="New Layer" name="name" />
2007-09-18 23:57:02 +00:00
<entry maxsize=4 name="width" />
<entry maxsize=4 name="height" />
</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>