2016-12-23 15:38:32 +00:00
|
|
|
<!-- Aseprite -->
|
2024-07-25 18:38:06 +00:00
|
|
|
<!-- Copyright (C) 2018-2024 Igara Studio S.A. -->
|
2018-10-18 18:29:16 +00:00
|
|
|
<!-- Copyright (C) 2001-2016 David Capello -->
|
2012-06-16 02:37:59 +00:00
|
|
|
<gui>
|
2024-07-25 18:38:06 +00:00
|
|
|
<window id="sprite_properties" text="@.title" help="sprite-properties">
|
2014-05-02 23:09:18 +00:00
|
|
|
<vbox>
|
2020-12-15 17:00:44 +00:00
|
|
|
<grid id="properties_grid" columns="3">
|
2016-12-23 15:38:32 +00:00
|
|
|
<label text="@.filename" />
|
2014-05-02 23:09:18 +00:00
|
|
|
<entry text="" id="name" maxsize="256" minwidth="64" readonly="true" cell_align="horizontal" />
|
2020-12-15 17:00:44 +00:00
|
|
|
<button id="user_data" icon="icon_user_data" maxsize="32" tooltip="@general.user_data" />
|
2010-04-25 17:35:10 +00:00
|
|
|
|
2016-12-23 15:38:32 +00:00
|
|
|
<label text="@.type" />
|
2020-12-15 17:00:44 +00:00
|
|
|
<label text="" id="type" cell_hspan="2" />
|
2010-04-25 17:35:10 +00:00
|
|
|
|
2016-12-23 15:38:32 +00:00
|
|
|
<label text="@.size" />
|
2020-12-15 17:00:44 +00:00
|
|
|
<label text="" id="size" cell_hspan="2" />
|
2010-04-25 17:35:10 +00:00
|
|
|
|
2016-12-23 15:38:32 +00:00
|
|
|
<label text="@.frames" />
|
2020-12-15 17:00:44 +00:00
|
|
|
<label text="" id="frames" cell_hspan="2" />
|
|
|
|
</grid>
|
2010-04-25 17:35:10 +00:00
|
|
|
|
2020-12-15 17:00:44 +00:00
|
|
|
<grid columns="2">
|
2016-12-23 15:38:32 +00:00
|
|
|
<separator text="@.advanced" horizontal="true" cell_hspan="2" />
|
2016-05-24 15:25:11 +00:00
|
|
|
|
2016-12-23 15:38:32 +00:00
|
|
|
<label text="@.transparent_color" />
|
2018-11-26 15:42:58 +00:00
|
|
|
<hbox>
|
2020-12-15 17:00:44 +00:00
|
|
|
<hbox id="transparent_color_placeholder" />
|
2018-11-26 15:42:58 +00:00
|
|
|
</hbox>
|
2016-05-24 15:25:11 +00:00
|
|
|
|
2016-12-23 15:38:32 +00:00
|
|
|
<label text="@.pixel_ratio" />
|
2016-05-24 15:25:11 +00:00
|
|
|
<combobox id="pixel_ratio" cell_align="horizontal">
|
2020-12-15 17:00:44 +00:00
|
|
|
<listitem text="@.square_pixels" value="1:1" />
|
|
|
|
<listitem text="@.double_wide" value="2:1" />
|
|
|
|
<listitem text="@.double_high" value="1:2" />
|
2016-05-24 15:25:11 +00:00
|
|
|
</combobox>
|
|
|
|
|
2018-10-18 18:29:16 +00:00
|
|
|
<label text="@.color_profile" />
|
|
|
|
<hbox>
|
2023-07-06 13:36:41 +00:00
|
|
|
<combobox id="color_profile" cell_align="horizontal" expansive="true" />
|
2018-10-18 18:29:16 +00:00
|
|
|
<hbox homogeneous="true">
|
2023-07-06 13:36:41 +00:00
|
|
|
<button id="assign_color_profile" text="@.assign" />
|
|
|
|
<button id="convert_color_profile" text="@.convert" />
|
2020-12-15 17:00:44 +00:00
|
|
|
</hbox>
|
2018-10-18 18:29:16 +00:00
|
|
|
</hbox>
|
2014-05-02 23:09:18 +00:00
|
|
|
</grid>
|
2023-06-23 20:39:20 +00:00
|
|
|
|
|
|
|
<vbox expansive="true" id="tilesets_placeholder">
|
|
|
|
<separator text="@.tilesets" horizontal="true" />
|
|
|
|
<view id="tilesets_view" expansive="true">
|
|
|
|
<listbox id="tilesets"></listbox>
|
|
|
|
</view>
|
|
|
|
</vbox>
|
|
|
|
|
2009-12-16 23:24:57 +00:00
|
|
|
<separator horizontal="true" />
|
2014-05-02 23:09:18 +00:00
|
|
|
<hbox>
|
|
|
|
<boxfiller />
|
2023-11-22 13:40:51 +00:00
|
|
|
<hbox homogeneous="true">
|
|
|
|
<button text="@general.ok" closewindow="true" id="ok" magnet="true" minwidth="60" />
|
|
|
|
<button text="@general.cancel" closewindow="true" id="cancel" />
|
|
|
|
</hbox>
|
2014-05-02 23:09:18 +00:00
|
|
|
</hbox>
|
|
|
|
</vbox>
|
2007-09-18 23:57:02 +00:00
|
|
|
</window>
|
2012-06-16 02:37:59 +00:00
|
|
|
</gui>
|