2016-12-23 12:38:32 -03:00
|
|
|
<!-- Aseprite -->
|
2024-01-08 15:19:25 -03:00
|
|
|
<!-- Copyright (C) 2020-2024 by Igara Studio S.A. -->
|
2016-12-23 12:38:32 -03:00
|
|
|
<!-- Copyright (C) 2001-2016 by David Capello -->
|
2012-06-15 23:37:59 -03:00
|
|
|
<gui>
|
2016-12-23 12:38:32 -03:00
|
|
|
<window id="cel_properties" text="@.title">
|
2023-04-10 17:44:22 -03:00
|
|
|
<grid id="properties_grid" columns="4">
|
2016-12-23 12:38:32 -03:00
|
|
|
<label text="@.opacity" />
|
2024-01-08 15:57:29 -03:00
|
|
|
<opacityslider id="opacity" cell_align="horizontal" width="128" cell_hspan="2" />
|
2016-12-23 12:38:32 -03:00
|
|
|
<button id="user_data" icon="icon_user_data" tooltip="@.user_data_tooltip" />
|
2023-04-10 17:44:22 -03:00
|
|
|
|
|
|
|
<label text="@.zindex" />
|
|
|
|
<expr id="zindex" cell_align="horizontal" width="128" />
|
|
|
|
<buttonset id="zindex_spin" columns="1">
|
|
|
|
<item icon="spin_up" />
|
|
|
|
<item icon="spin_down" />
|
|
|
|
</buttonset>
|
|
|
|
<boxfiller />
|
2008-03-27 14:29:33 +00:00
|
|
|
</grid>
|
2007-09-18 23:57:02 +00:00
|
|
|
</window>
|
2012-06-15 23:37:59 -03:00
|
|
|
</gui>
|