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