2012-01-06 04:12:57 +00:00
|
|
|
<!-- ASEPRITE -->
|
2015-08-21 11:35:29 +00:00
|
|
|
<!-- Copyright (C) 2001-2013, 2015 by David Capello -->
|
2012-06-16 02:37:59 +00:00
|
|
|
<gui>
|
|
|
|
<window text="Cel Properties" id="cel_properties">
|
2015-12-11 19:28:08 +00:00
|
|
|
<grid columns="3">
|
2008-03-27 14:29:33 +00:00
|
|
|
<label text="Opacity:" />
|
2012-06-16 02:37:59 +00:00
|
|
|
<slider min="0" max="255" id="opacity" cell_align="horizontal" width="128" />
|
2015-12-11 19:28:08 +00:00
|
|
|
<button id="user_data" icon="icon_user_data" tooltip="User Data" />
|
2008-03-27 14:29:33 +00:00
|
|
|
</grid>
|
2007-09-18 23:57:02 +00:00
|
|
|
</window>
|
2012-06-16 02:37:59 +00:00
|
|
|
</gui>
|