mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-01 00:23:35 +00:00
d87b0dc8ff
Modified some dialogs for a better look. Fixed the interactive movement of the layer.
36 lines
1.1 KiB
Plaintext
36 lines
1.1 KiB
Plaintext
<!-- ASE - Allegro Sprite Editor -->
|
|
<!-- Copyright (C) 2001-2005, 2007 by David A. Capello -->
|
|
|
|
<!-- Read "LEGAL.txt" for more information. -->
|
|
|
|
<window text="Sprite Properties" name="sprite_properties">
|
|
<box vertical>
|
|
<box horizontal expansive>
|
|
<box vertical homogeneous>
|
|
<label text="File name:" />
|
|
<label text="Type:" />
|
|
<label text="Size:" />
|
|
<label text="Frames:" />
|
|
<label text="Background:" />
|
|
</box>
|
|
<box vertical homogeneous expansive>
|
|
<entry text="" name="name" maxsize="256" readonly maxwidth="100" />
|
|
<label text="" name="type" />
|
|
<label text="" name="size" />
|
|
<label text="" name="frames" />
|
|
<box horizontal>
|
|
<box vertical name="bgcolor_box" />
|
|
</box>
|
|
</box>
|
|
</box>
|
|
<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>
|
|
</box>
|
|
</box>
|
|
</window>
|