aseprite/data/widgets/cel_properties.xml
2015-08-21 08:35:29 -03:00

11 lines
301 B
XML

<!-- ASEPRITE -->
<!-- Copyright (C) 2001-2013, 2015 by David Capello -->
<gui>
<window text="Cel Properties" id="cel_properties">
<grid columns="2">
<label text="Opacity:" />
<slider min="0" max="255" id="opacity" cell_align="horizontal" width="128" />
</grid>
</window>
</gui>