2007-11-16 18:25:45 +00:00
|
|
|
<!-- ASE - Allegro Sprite Editor -->
|
2009-01-24 00:41:01 +00:00
|
|
|
<!-- Copyright (C) 2001-2009 by David Capello -->
|
2008-03-15 01:54:45 +00:00
|
|
|
<jinete>
|
2007-11-28 14:19:36 +00:00
|
|
|
<window text="Frame Duration" name="frame_duration">
|
2008-03-27 16:58:14 +00:00
|
|
|
<grid columns="3">
|
|
|
|
<label text="Frame number:" />
|
|
|
|
<label text="" name="frame" />
|
|
|
|
<box cell_align="horizontal" />
|
|
|
|
|
|
|
|
<label text="Duration (milliseconds):" />
|
2009-12-16 23:24:57 +00:00
|
|
|
<entry maxsize="10" name="frlen" magnetic="true" />
|
2008-03-27 16:58:14 +00:00
|
|
|
<box cell_align="horizontal" />
|
|
|
|
|
2009-12-16 23:24:57 +00:00
|
|
|
<separator horizontal="true" cell_hspan="3" />
|
2008-03-27 16:58:14 +00:00
|
|
|
|
2009-12-16 23:24:57 +00:00
|
|
|
<box horizontal="true" homogeneous="true" cell_hspan="3" cell_align="right">
|
|
|
|
<button text="&OK" name="ok" magnetic="true" minwidth="60" />
|
|
|
|
<button text="&Cancel" />
|
2007-09-18 23:57:02 +00:00
|
|
|
</box>
|
2009-12-16 23:24:57 +00:00
|
|
|
</grid>
|
2007-09-18 23:57:02 +00:00
|
|
|
</window>
|
2008-03-15 01:54:45 +00:00
|
|
|
</jinete>
|