mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 14:21:45 +00:00
8e498470d5
Added the feature #2419098 (David Campo idea).
16 lines
480 B
Plaintext
16 lines
480 B
Plaintext
<!-- ASE - Allegro Sprite Editor -->
|
|
<!-- Copyright (C) 2001-2009 by David Capello -->
|
|
<jinete>
|
|
<window text="Play FLI/FLC" name="play_fli">
|
|
<box vertical>
|
|
<check text="Loop" name="loop" />
|
|
<check text="Fullscreen" name="fullscreen" />
|
|
<button text="&Open" name="button_open" />
|
|
<box horizontal homogeneous expansive>
|
|
<button text="&Play" name="button_play" magnetic />
|
|
<button text="&Close" />
|
|
</box>
|
|
</box>
|
|
</window>
|
|
</jinete>
|