mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-29 09:23:32 +00:00
a8d9636467
+ Added Filter, FilterManager, and FilterIndexedData interfaces. + Moved all widgets related to filters to src/commands/filters. + Added the filters library. + Added FilterWindow and one derived window for each filter.
11 lines
347 B
XML
11 lines
347 B
XML
<!-- ASE - Allegro Sprite Editor -->
|
|
<!-- Copyright (C) 2001-2011 by David Capello -->
|
|
<jinete>
|
|
<grid columns="2" name="controls">
|
|
<label text="Width:" />
|
|
<entry name="width" maxsize="4" cell_align="horizontal" />
|
|
<label text="Height:" />
|
|
<entry name="height" maxsize="4" cell_align="horizontal" />
|
|
</grid>
|
|
</jinete>
|