mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 14:21:45 +00:00
12 lines
374 B
XML
12 lines
374 B
XML
<!-- ASEPRITE -->
|
|
<!-- Copyright (C) 2001-2013, 2015 by David Capello -->
|
|
<gui>
|
|
<window text="Cel Properties" id="cel_properties">
|
|
<grid columns="3">
|
|
<label text="Opacity:" />
|
|
<slider min="0" max="255" id="opacity" cell_align="horizontal" width="128" />
|
|
<button id="user_data" icon="icon_user_data" tooltip="User Data" />
|
|
</grid>
|
|
</window>
|
|
</gui>
|