aseprite/data/widgets/play_flic.xml

16 lines
527 B
XML
Raw Normal View History

2007-11-16 18:25:45 +00:00
<!-- ASE - Allegro Sprite Editor -->
2010-04-29 02:52:51 +00:00
<!-- Copyright (C) 2001-2010 by David Capello -->
<jinete>
<window text="Play FLI/FLC" name="play_fli">
<box vertical="true">
<check text="Loop" name="loop" />
<check text="Fullscreen" name="fullscreen" />
<button text="&amp;Open" name="button_open" />
<box horizontal="true" homogeneous="true" expansive="true">
<button text="&amp;Play" name="button_play" magnetic="true" />
<button text="&amp;Close" />
2007-09-18 23:57:02 +00:00
</box>
</box>
</window>
</jinete>