aseprite/data/widgets/sprite_properties.xml

34 lines
1.0 KiB
XML
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">
<box vertical="true">
<box horizontal="true">
<grid columns="2" expansive="true">
<label text="File name:" />
<entry text="" name="name" maxsize="256" minwidth="64" readonly="true" cell_align="horizontal" />
<label text="Type:" />
2007-09-18 23:57:02 +00:00
<label text="" name="type" />
<label text="Size:" />
2007-09-18 23:57:02 +00:00
<label text="" name="size" />
<label text="Frames:" />
<label text="" name="frames" />
</grid>
2007-09-18 23:57:02 +00:00
</box>
<separator horizontal="true" />
<box horizontal="true">
<button text="Constant Frame-Rate Speed" name="speed" />
<box horizontal="true" expansive="true" />
<box horizontal="true" homogeneous="true">
<button text="&amp;OK" name="ok" magnetic="true" width="60" />
<button text="&amp;Cancel" />
</box>
2007-09-18 23:57:02 +00:00
</box>
</box>
</window>
</jinete>