aseprite/data/jids/frlen.jid
2009-12-16 23:24:57 +00:00

23 lines
720 B
Plaintext

<!-- ASE - Allegro Sprite Editor -->
<!-- Copyright (C) 2001-2009 by David Capello -->
<jinete>
<window text="Frame Duration" name="frame_duration">
<grid columns="3">
<label text="Frame number:" />
<label text="" name="frame" />
<box cell_align="horizontal" />
<label text="Duration (milliseconds):" />
<entry maxsize="10" name="frlen" magnetic="true" />
<box cell_align="horizontal" />
<separator horizontal="true" cell_hspan="3" />
<box horizontal="true" homogeneous="true" cell_hspan="3" cell_align="right">
<button text="&amp;OK" name="ok" magnetic="true" minwidth="60" />
<button text="&amp;Cancel" />
</box>
</grid>
</window>
</jinete>