aseprite/data/jids/sprprop.jid

32 lines
986 B
Plaintext
Raw Normal View History

2007-11-16 18:25:45 +00:00
<!-- ASE - Allegro Sprite Editor -->
<!-- Copyright (C) 2001-2009 by David Capello -->
<jinete>
<window text="Sprite Properties" name="sprite_properties">
2007-09-18 23:57:02 +00:00
<box vertical>
<box horizontal expansive>
<box vertical homogeneous>
<label text="File name:" />
<label text="Type:" />
<label text="Size:" />
<label text="Frames:" />
2007-09-18 23:57:02 +00:00
</box>
<box vertical homogeneous expansive>
<entry text="" name="name" maxsize="256" readonly maxwidth="100" />
2007-09-18 23:57:02 +00:00
<label text="" name="type" />
<label text="" name="size" />
<label text="" name="frames" />
2007-09-18 23:57:02 +00:00
</box>
</box>
2008-03-27 16:58:14 +00:00
<separator horizontal />
<box horizontal>
<button text="Constant Frame-Rate Speed" name="speed" />
<box horizontal expansive />
<box horizontal homogeneous>
<button text="&OK" name="ok" magnetic width="60" />
<button text="&Cancel" />
</box>
2007-09-18 23:57:02 +00:00
</box>
</box>
</window>
</jinete>