2016-12-23 15:38:32 +00:00
|
|
|
<!-- Aseprite -->
|
2024-01-08 18:19:25 +00:00
|
|
|
<!-- Copyright (C) 2020-2024 by Igara Studio S.A. -->
|
2016-12-23 15:38:32 +00:00
|
|
|
<!-- Copyright (C) 2001-2016 by David Capello -->
|
2012-06-16 02:37:59 +00:00
|
|
|
<gui>
|
2016-12-23 15:38:32 +00:00
|
|
|
<window id="cel_properties" text="@.title">
|
2023-04-10 20:44:22 +00:00
|
|
|
<grid id="properties_grid" columns="4">
|
2016-12-23 15:38:32 +00:00
|
|
|
<label text="@.opacity" />
|
2024-01-08 18:57:29 +00:00
|
|
|
<opacityslider id="opacity" cell_align="horizontal" width="128" cell_hspan="2" />
|
2016-12-23 15:38:32 +00:00
|
|
|
<button id="user_data" icon="icon_user_data" tooltip="@.user_data_tooltip" />
|
2023-04-10 20:44:22 +00: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-16 02:37:59 +00:00
|
|
|
</gui>
|