aseprite/data/jids/frlen.jid
2008-01-31 18:48:58 +00:00

24 lines
704 B
Plaintext

<!-- ASE - Allegro Sprite Editor -->
<!-- Copyright (C) 2001-2005, 2007 by David A. Capello -->
<!-- Read "LEGAL.txt" for more information. -->
<window text="Frame Duration" name="frame_duration">
<box vertical>
<box horizontal expansive>
<box vertical homogeneous>
<label text="Frame number:" />
<label text="Duration (milliseconds):" />
</box>
<box vertical homogeneous expansive>
<label text="" name="frame" />
<entry maxsize=32 name="frlen" magnetic />
</box>
</box>
<box horizontal homogeneous>
<button text="&OK" name="ok" magnetic />
<button text="&Cancel" />
</box>
</box>
</window>