mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-28 15:20:15 +00:00
37be418a5a
SaveSprite, SetSprite, NewLayer)
35 lines
929 B
Plaintext
35 lines
929 B
Plaintext
<!-- ASE - Allegro Sprite Editor -->
|
|
<!-- Copyright (C) 2001-2005, 2007 by David A. Capello -->
|
|
|
|
<!-- Read "LEGAL.txt" for more information. -->
|
|
|
|
<window text="New Image Layer" name="new_layer">
|
|
<box vertical>
|
|
<box horizontal>
|
|
<box vertical homogeneous>
|
|
<label text="Name:" />
|
|
</box>
|
|
<box vertical homogeneous>
|
|
<entry maxsize=256 text="New Layer" name="name" />
|
|
</box>
|
|
</box>
|
|
<box horizontal homogeneous>
|
|
<button text="&OK" name="ok" magnetic />
|
|
<button text="&Cancel" />
|
|
</box>
|
|
</box>
|
|
</window>
|
|
|
|
<window text="New Layer Set" name="new_layer_set">
|
|
<box vertical>
|
|
<box horizontal>
|
|
<label text="Name:" />
|
|
<entry maxsize=256 text="New Set" name="name" />
|
|
</box>
|
|
<box horizontal homogeneous>
|
|
<button text="&OK" name="ok" magnetic />
|
|
<button text="&Cancel" />
|
|
</box>
|
|
</box>
|
|
</window>
|