mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 14:21:45 +00:00
16 lines
527 B
XML
16 lines
527 B
XML
<!-- ASE - Allegro Sprite Editor -->
|
|
<!-- 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="&Open" name="button_open" />
|
|
<box horizontal="true" homogeneous="true" expansive="true">
|
|
<button text="&Play" name="button_play" magnetic="true" />
|
|
<button text="&Close" />
|
|
</box>
|
|
</box>
|
|
</window>
|
|
</jinete>
|