2015-02-15 10:20:59 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2015-01-19 09:05:33 +08:00
|
|
|
<!-- Aseprite -->
|
2025-04-01 05:43:27 +08:00
|
|
|
<!-- Copyright (C) 2018-2025 Igara Studio S.A. -->
|
2018-10-19 02:29:16 +08:00
|
|
|
<!-- Copyright (C) 2014-2018 David Capello -->
|
2014-12-15 07:19:31 +08:00
|
|
|
<preferences>
|
|
|
|
|
|
|
|
<types>
|
|
|
|
<enum id="RightClickMode">
|
2015-05-13 22:19:16 +08:00
|
|
|
<value id="DEFAULT" value="0" />
|
2014-12-15 07:19:31 +08:00
|
|
|
<value id="PAINT_BGCOLOR" value="0" />
|
|
|
|
<value id="PICK_FGCOLOR" value="1" />
|
|
|
|
<value id="ERASE" value="2" />
|
2015-08-20 05:00:51 +08:00
|
|
|
<value id="SCROLL" value="3" />
|
2016-12-01 08:07:30 +08:00
|
|
|
<value id="RECTANGULAR_MARQUEE" value="4" />
|
|
|
|
<value id="LASSO" value="5" />
|
2018-10-26 21:01:25 +08:00
|
|
|
<value id="SELECT_LAYER_AND_MOVE" value="6" />
|
2014-12-15 07:19:31 +08:00
|
|
|
</enum>
|
|
|
|
<enum id="OnionskinType">
|
|
|
|
<value id="MERGE" value="0" />
|
|
|
|
<value id="RED_BLUE_TINT" value="1" />
|
|
|
|
</enum>
|
|
|
|
<enum id="BrushType">
|
|
|
|
<value id="CIRCLE" value="0" />
|
|
|
|
<value id="SQUARE" value="1" />
|
|
|
|
<value id="LINE" value="2" />
|
|
|
|
</enum>
|
2016-03-25 01:29:15 +08:00
|
|
|
<enum id="BrushPreview">
|
|
|
|
<value id="NONE" value="0" />
|
|
|
|
<value id="EDGES" value="1" />
|
|
|
|
<value id="FULL" value="2" />
|
2020-08-03 23:12:52 +08:00
|
|
|
<value id="FULLALL" value="3" />
|
|
|
|
<value id="FULLNEDGES" value="4" />
|
2016-03-25 01:29:15 +08:00
|
|
|
</enum>
|
2014-12-28 22:06:11 +08:00
|
|
|
<enum id="BgType">
|
2022-08-18 09:19:07 +08:00
|
|
|
<value id="CHECKERED_16x16" value="0" />
|
|
|
|
<value id="CHECKERED_8x8" value="1" />
|
|
|
|
<value id="CHECKERED_4x4" value="2" />
|
|
|
|
<value id="CHECKERED_2x2" value="3" />
|
|
|
|
<value id="CHECKERED_1x1" value="4" />
|
|
|
|
<value id="CHECKERED_CUSTOM" value="5" />
|
2014-12-28 22:06:11 +08:00
|
|
|
</enum>
|
2015-06-18 00:22:46 +08:00
|
|
|
<enum id="StopAtGrid">
|
|
|
|
<value id="NEVER" value="0" />
|
|
|
|
<value id="IF_VISIBLE" value="1" />
|
|
|
|
<value id="ALWAYS" value="2" />
|
|
|
|
</enum>
|
2016-05-04 02:31:27 +08:00
|
|
|
<enum id="FillReferTo">
|
|
|
|
<value id="ACTIVE_LAYER" value="0" />
|
|
|
|
<value id="ALL_LAYERS" value="1" />
|
|
|
|
</enum>
|
2019-03-29 09:07:32 +08:00
|
|
|
<enum id="PixelConnectivity">
|
|
|
|
<value id="FOUR_CONNECTED" value="0" />
|
|
|
|
<value id="EIGHT_CONNECTED" value="1" />
|
|
|
|
</enum>
|
2015-07-03 05:13:47 +08:00
|
|
|
<enum id="EyedropperChannel">
|
|
|
|
<value id="COLOR_ALPHA" value="0" />
|
|
|
|
<value id="COLOR" value="1" />
|
|
|
|
<value id="ALPHA" value="2" />
|
|
|
|
<value id="RGBA" value="3" />
|
|
|
|
<value id="RGB" value="4" />
|
|
|
|
<value id="HSVA" value="5" />
|
|
|
|
<value id="HSV" value="6" />
|
2017-05-30 01:20:42 +08:00
|
|
|
<value id="HSLA" value="7" />
|
|
|
|
<value id="HSL" value="8" />
|
|
|
|
<value id="GRAYA" value="9" />
|
|
|
|
<value id="GRAY" value="10" />
|
|
|
|
<value id="INDEX" value="11" />
|
2015-07-03 05:13:47 +08:00
|
|
|
</enum>
|
|
|
|
<enum id="EyedropperSample">
|
|
|
|
<value id="ALL_LAYERS" value="0" />
|
|
|
|
<value id="CURRENT_LAYER" value="1" />
|
2016-10-14 08:19:25 +08:00
|
|
|
<value id="FIRST_REFERENCE_LAYER" value="2" />
|
2015-07-03 05:13:47 +08:00
|
|
|
</enum>
|
2016-04-05 05:46:48 +08:00
|
|
|
<enum id="SelectionMode">
|
|
|
|
<value id="DEFAULT" value="0" />
|
2021-04-23 00:00:13 +08:00
|
|
|
<value id="REPLACE" value="0" />
|
2016-04-05 05:46:48 +08:00
|
|
|
<value id="ADD" value="1" />
|
2016-10-14 07:39:29 +08:00
|
|
|
<value id="SUBTRACT" value="2" />
|
2018-10-27 01:04:08 +08:00
|
|
|
<value id="INTERSECT" value="3" />
|
2016-04-05 05:46:48 +08:00
|
|
|
</enum>
|
2015-08-14 21:09:15 +08:00
|
|
|
<enum id="PivotPosition">
|
|
|
|
<value id="NORTHWEST" value="0" />
|
|
|
|
<value id="NORTH" value="1" />
|
|
|
|
<value id="NORTHEAST" value="2" />
|
|
|
|
<value id="WEST" value="3" />
|
|
|
|
<value id="CENTER" value="4" />
|
|
|
|
<value id="EAST" value="5" />
|
|
|
|
<value id="SOUTHWEST" value="6" />
|
|
|
|
<value id="SOUTH" value="7" />
|
|
|
|
<value id="SOUTHEAST" value="8" />
|
2015-07-30 03:35:34 +08:00
|
|
|
</enum>
|
2015-10-27 04:51:32 +08:00
|
|
|
<enum id="SymmetryMode">
|
|
|
|
<value id="NONE" value="0" />
|
|
|
|
<value id="HORIZONTAL" value="1" />
|
|
|
|
<value id="VERTICAL" value="2" />
|
2017-03-28 02:27:37 +08:00
|
|
|
<value id="BOTH" value="3" />
|
2024-11-02 02:05:23 +08:00
|
|
|
<value id="RIGHT_DIAG" value="4" />
|
|
|
|
<value id="LEFT_DIAG" value="8" />
|
|
|
|
<value id="BOTH_DIAG" value="12" />
|
|
|
|
<value id="ALL" value="15" />
|
2015-10-27 04:51:32 +08:00
|
|
|
</enum>
|
2016-08-31 22:22:08 +08:00
|
|
|
<enum id="PaintingCursorType">
|
|
|
|
<value id="SIMPLE_CROSSHAIR" value="0" />
|
|
|
|
<value id="CROSSHAIR_ON_SPRITE" value="1" />
|
|
|
|
</enum>
|
2016-09-15 22:07:36 +08:00
|
|
|
<enum id="TimelinePosition">
|
|
|
|
<value id="BOTTOM" value="0" />
|
|
|
|
<value id="LEFT" value="1" />
|
|
|
|
<value id="RIGHT" value="2" />
|
|
|
|
</enum>
|
2018-10-19 02:29:16 +08:00
|
|
|
<enum id="ColorProfileBehavior">
|
|
|
|
<value id="DISABLE" value="0" />
|
|
|
|
<value id="EMBEDDED" value="1" />
|
|
|
|
<value id="CONVERT" value="2" />
|
|
|
|
<value id="ASSIGN" value="3" />
|
|
|
|
<value id="ASK" value="4" />
|
|
|
|
</enum>
|
2019-05-08 21:55:56 +08:00
|
|
|
<enum id="WindowColorProfile">
|
|
|
|
<value id="MONITOR" value="0" />
|
|
|
|
<value id="SRGB" value="1" />
|
|
|
|
<value id="SPECIFIC" value="2" />
|
|
|
|
</enum>
|
2020-04-20 21:18:12 +08:00
|
|
|
<enum id="ToGrayAlgorithm">
|
|
|
|
<value id="DEFAULT" value="0" />
|
|
|
|
<value id="LUMA" value="0" />
|
|
|
|
<value id="HSV" value="1" />
|
|
|
|
<value id="HSL" value="2" />
|
|
|
|
</enum>
|
2021-04-13 03:57:02 +08:00
|
|
|
<enum id="SequenceDecision">
|
|
|
|
<value id="ASK" value="0" />
|
|
|
|
<value id="YES" value="1" />
|
|
|
|
<value id="NO" value="2" />
|
|
|
|
</enum>
|
2022-02-22 02:30:09 +08:00
|
|
|
<enum id="Downsampling">
|
|
|
|
<value id="NEAREST" value="0" />
|
|
|
|
<value id="BILINEAR" value="1" />
|
|
|
|
<value id="BILINEAR_MIPMAP" value="2" />
|
|
|
|
<value id="TRILINEAR_MIPMAP" value="3" />
|
|
|
|
</enum>
|
2024-01-09 02:19:25 +08:00
|
|
|
<enum id="AlphaRange">
|
|
|
|
<value id="EIGHT_BIT" value="0" />
|
|
|
|
<value id="PERCENTAGE" value="1" />
|
|
|
|
</enum>
|
2025-01-29 20:52:18 +08:00
|
|
|
<enum id="CelContentFormat">
|
|
|
|
<value id="COMPRESSED" value="0" />
|
|
|
|
<value id="KEEP_AS_IS" value="1" />
|
|
|
|
<value id="RAW_IMAGE" value="2" />
|
|
|
|
</enum>
|
2014-12-15 07:19:31 +08:00
|
|
|
</types>
|
|
|
|
|
|
|
|
<global>
|
|
|
|
<section id="general">
|
2016-12-17 12:01:57 +08:00
|
|
|
<option id="language" type="std::string" default=""en"" />
|
2016-02-24 05:08:25 +08:00
|
|
|
<option id="screen_scale" type="int" default="0" />
|
2019-08-08 21:55:39 +08:00
|
|
|
<option id="ui_scale" type="int" default="1" />
|
2015-12-29 04:28:48 +08:00
|
|
|
<option id="gpu_acceleration" type="bool" default="false" />
|
2016-12-19 01:44:39 +08:00
|
|
|
<option id="show_home" type="bool" default="true" />
|
2015-03-03 01:43:44 +08:00
|
|
|
<option id="visible_timeline" type="bool" default="false" />
|
2019-08-08 21:55:39 +08:00
|
|
|
<option id="autoshow_timeline" type="bool" default="true" />
|
2015-06-19 23:09:34 +08:00
|
|
|
<option id="rewind_on_stop" type="bool" default="false" />
|
2019-08-08 21:55:39 +08:00
|
|
|
<option id="expand_menubar_on_mouseover" type="bool" default="false" />
|
2015-04-09 07:28:30 +08:00
|
|
|
<option id="data_recovery" type="bool" default="true" />
|
2016-11-13 05:02:47 +08:00
|
|
|
<option id="data_recovery_period" type="double" default="2.0" />
|
2019-05-27 22:10:52 +08:00
|
|
|
<option id="keep_edited_sprite_data" type="bool" default="true" />
|
2019-06-08 00:17:21 +08:00
|
|
|
<option id="keep_edited_sprite_data_for" type="int" default="7" />
|
|
|
|
<option id="keep_closed_sprite_on_memory" type="bool" default="true" />
|
|
|
|
<option id="keep_closed_sprite_on_memory_for" type="double" default="15.0" />
|
2016-07-25 22:04:16 +08:00
|
|
|
<option id="show_full_path" type="bool" default="true" />
|
2024-12-28 12:46:28 +08:00
|
|
|
<option id="edit_full_path" type="bool" default="false" />
|
2016-09-15 22:07:36 +08:00
|
|
|
<option id="timeline_position" type="TimelinePosition" default="TimelinePosition::BOTTOM" />
|
2018-11-27 04:02:43 +08:00
|
|
|
<option id="timeline_layer_panel_width" type="int" default="100" />
|
2017-09-02 04:18:53 +08:00
|
|
|
<option id="show_menu_bar" type="bool" default="true" />
|
2018-03-15 01:14:47 +08:00
|
|
|
<option id="recent_items" type="int" default="16" />
|
2020-06-10 21:57:49 +08:00
|
|
|
<option id="osx_async_view" type="bool" default="true" />
|
2022-04-29 03:32:09 +08:00
|
|
|
<option id="x11_stylus_id" type="std::string" />
|
2014-12-15 07:19:31 +08:00
|
|
|
</section>
|
|
|
|
<section id="undo" text="Undo">
|
2017-10-26 04:58:55 +08:00
|
|
|
<option id="size_limit" type="int" default="0" />
|
2015-01-19 09:05:33 +08:00
|
|
|
<option id="goto_modified" type="bool" default="true" />
|
|
|
|
<option id="allow_nonlinear_history" type="bool" default="false" />
|
2018-09-03 22:50:32 +08:00
|
|
|
<option id="show_tooltip" type="bool" default="true" />
|
2014-12-15 07:19:31 +08:00
|
|
|
</section>
|
|
|
|
<section id="editor" text="Editor">
|
2019-08-08 21:55:39 +08:00
|
|
|
<option id="zoom_with_wheel" type="bool" default="true" />
|
2016-05-28 00:15:13 +08:00
|
|
|
<option id="zoom_with_slide" type="bool" default="false" />
|
2015-05-08 02:52:26 +08:00
|
|
|
<option id="zoom_from_center_with_wheel" type="bool" default="false" />
|
2015-05-08 02:56:38 +08:00
|
|
|
<option id="zoom_from_center_with_keys" type="bool" default="false" />
|
2022-05-05 20:26:19 +08:00
|
|
|
<option id="invert_brush_size_wheel" type="bool" default="false" />
|
2019-08-08 21:55:39 +08:00
|
|
|
<option id="show_scrollbars" type="bool" default="true" />
|
2016-12-03 07:37:54 +08:00
|
|
|
<option id="auto_scroll" type="bool" default="true" />
|
2019-08-08 21:55:39 +08:00
|
|
|
<option id="right_click_mode" type="RightClickMode" default="RightClickMode::PAINT_BGCOLOR" />
|
|
|
|
<option id="auto_select_layer" type="bool" default="false" />
|
2020-04-19 08:21:14 +08:00
|
|
|
<option id="auto_select_layer_quick" type="bool" default="true" />
|
2017-09-09 03:04:18 +08:00
|
|
|
<option id="straight_line_preview" type="bool" default="true" />
|
2015-12-19 05:51:30 +08:00
|
|
|
<option id="play_once" type="bool" default="false" />
|
2016-11-30 21:23:29 +08:00
|
|
|
<option id="play_all" type="bool" default="false" />
|
2023-03-23 02:14:41 +08:00
|
|
|
<option id="play_subtags" type="bool" default="true" />
|
2020-03-28 03:53:17 +08:00
|
|
|
<!-- TODO this would be nice to be "true" but we have to fix
|
|
|
|
some performance issue rendering huge sprites with small
|
|
|
|
zoom levels -->
|
|
|
|
<option id="auto_fit" type="bool" default="false" />
|
2022-02-22 02:30:09 +08:00
|
|
|
<option id="downsampling" type="Downsampling" default="Downsampling::BILINEAR_MIPMAP" />
|
2015-12-19 05:51:30 +08:00
|
|
|
</section>
|
2020-09-11 02:49:08 +08:00
|
|
|
<section id="cels">
|
|
|
|
<option id="user_data_visibility" type="bool" default="false" />
|
|
|
|
</section>
|
|
|
|
<section id="layers">
|
|
|
|
<option id="user_data_visibility" type="bool" default="false" />
|
|
|
|
</section>
|
2020-12-16 01:00:44 +08:00
|
|
|
<section id="sprite">
|
|
|
|
<option id="user_data_visibility" type="bool" default="false" />
|
|
|
|
</section>
|
2020-09-11 02:49:08 +08:00
|
|
|
<section id="tags">
|
|
|
|
<option id="user_data_visibility" type="bool" default="false" />
|
|
|
|
</section>
|
2021-04-01 06:26:54 +08:00
|
|
|
<section id="timeline">
|
|
|
|
<option id="keep_selection" type="bool" default="false" />
|
2023-10-25 19:36:54 +08:00
|
|
|
<option id="select_on_click" type="bool" default="true" />
|
2023-09-16 06:53:31 +08:00
|
|
|
<option id="select_on_click_with_key" type="bool" default="true" />
|
|
|
|
<option id="select_on_drag" type="bool" default="true" />
|
2023-09-19 23:07:14 +08:00
|
|
|
<option id="drag_and_drop_from_edges" type="bool" default="true" />
|
2021-04-01 06:26:54 +08:00
|
|
|
</section>
|
2016-08-31 03:52:03 +08:00
|
|
|
<section id="cursor">
|
2019-08-08 21:55:39 +08:00
|
|
|
<option id="use_native_cursor" type="bool" default="false" />
|
2016-08-31 04:27:19 +08:00
|
|
|
<option id="cursor_scale" type="int" default="1" />
|
2019-08-08 21:55:39 +08:00
|
|
|
<option id="cursor_color" type="app::Color" default="app::Color::fromMask()" />
|
2016-08-31 22:22:08 +08:00
|
|
|
<option id="painting_cursor_type" type="PaintingCursorType" default="PaintingCursorType::CROSSHAIR_ON_SPRITE" />
|
2019-08-08 21:55:39 +08:00
|
|
|
<option id="brush_preview" type="BrushPreview" default="BrushPreview::FULL" />
|
2024-12-12 04:33:30 +08:00
|
|
|
<option id="brush_preview_in_preview" type="bool" default="false" />
|
2023-11-16 07:30:58 +08:00
|
|
|
<option id="snap_to_grid" type="bool" default="false" />
|
2016-08-31 03:52:03 +08:00
|
|
|
</section>
|
2015-12-19 05:51:30 +08:00
|
|
|
<section id="preview" text="Preview">
|
|
|
|
<option id="play_once" type="bool" default="false" />
|
2016-11-30 21:23:29 +08:00
|
|
|
<option id="play_all" type="bool" default="false" />
|
2023-03-23 02:14:41 +08:00
|
|
|
<option id="play_subtags" type="bool" default="true" />
|
2014-12-15 07:19:31 +08:00
|
|
|
</section>
|
2015-09-18 22:56:45 +08:00
|
|
|
<section id="theme" text="Theme">
|
2019-08-08 21:55:39 +08:00
|
|
|
<option id="selected" type="std::string" default=""default"" />
|
|
|
|
<option id="font" type="std::string" />
|
|
|
|
<option id="mini_font" type="std::string" />
|
2015-09-18 22:56:45 +08:00
|
|
|
</section>
|
2020-05-31 03:54:35 +08:00
|
|
|
<section id="tablet" text="Tablet">
|
|
|
|
<option id="api" type="std::string" />
|
2024-06-19 00:44:19 +08:00
|
|
|
<option id="set_cursor_fix" type="bool" default="true" />
|
2020-05-31 03:54:35 +08:00
|
|
|
</section>
|
2014-12-15 07:19:31 +08:00
|
|
|
<section id="experimental" text="Experimental">
|
2022-10-12 05:58:32 +08:00
|
|
|
<option id="multiple_windows" type="bool" default="false" />
|
2018-06-23 02:41:22 +08:00
|
|
|
<option id="new_render_engine" type="bool" default="true" />
|
2019-02-26 05:02:58 +08:00
|
|
|
<option id="new_blend" type="bool" default="true" />
|
2024-06-04 06:00:04 +08:00
|
|
|
<option id="compose_groups" type="bool" default="false" />
|
2018-05-24 23:56:07 +08:00
|
|
|
<option id="use_native_clipboard" type="bool" default="true" />
|
2022-12-13 03:46:58 +08:00
|
|
|
<option id="use_native_file_dialog" type="bool" default="true" />
|
2022-05-31 06:35:01 +08:00
|
|
|
<option id="use_shaders_for_color_selectors" type="bool" default="true" />
|
2022-07-20 23:44:40 +08:00
|
|
|
<option id="hue_with_sat_value_for_color_selector" type="bool" default="false" />
|
2018-06-19 21:59:12 +08:00
|
|
|
<option id="one_finger_as_mouse_movement" type="bool" default="true" />
|
2022-02-17 21:45:37 +08:00
|
|
|
<option id="load_wintab_driver" type="bool" default="false" />
|
2019-08-08 21:55:39 +08:00
|
|
|
<option id="flash_layer" type="bool" default="false" />
|
2016-12-02 02:20:35 +08:00
|
|
|
<option id="nonactive_layers_opacity" type="int" default="255" />
|
2023-07-19 21:56:16 +08:00
|
|
|
<option id="nonactive_layers_opacity_preview" type="int" default="255" />
|
2014-12-15 07:19:31 +08:00
|
|
|
</section>
|
2015-03-05 06:24:37 +08:00
|
|
|
<section id="news">
|
|
|
|
<option id="cache_file" type="std::string" />
|
|
|
|
</section>
|
2016-05-04 21:00:54 +08:00
|
|
|
<section id="status_bar">
|
|
|
|
<option id="focus_frame_field_on_mouseover" type="bool" default="false" />
|
|
|
|
</section>
|
2015-03-24 01:39:21 +08:00
|
|
|
<section id="color_bar">
|
2015-05-09 01:59:52 +08:00
|
|
|
<option id="box_size" type="int" default="11" />
|
2019-03-30 02:57:10 +08:00
|
|
|
<option id="tiles_box_size" type="int" default="16" />
|
2015-06-05 12:00:57 +08:00
|
|
|
<option id="fg_color" type="app::Color" default="app::Color::fromRgb(255, 255, 255)" />
|
|
|
|
<option id="bg_color" type="app::Color" default="app::Color::fromRgb(0, 0, 0)" />
|
2020-10-31 03:33:34 +08:00
|
|
|
<option id="fg_tile" type="doc::tile_t" default="doc::notile" />
|
|
|
|
<option id="bg_tile" type="doc::tile_t" default="doc::notile" />
|
2016-02-26 22:18:46 +08:00
|
|
|
<option id="selector" type="app::ColorBar::ColorSelector" default="app::ColorBar::ColorSelector::TINT_SHADE_TONE" />
|
2015-08-06 22:23:16 +08:00
|
|
|
<option id="discrete_wheel" type="bool" default="false" />
|
2016-02-12 21:49:33 +08:00
|
|
|
<option id="wheel_model" type="int" default="0" />
|
2015-08-22 00:27:58 +08:00
|
|
|
<option id="harmony" type="int" default="0" />
|
2018-09-13 21:53:14 +08:00
|
|
|
<option id="show_invalid_fg_bg_color_alert" type="bool" default="true" />
|
2019-03-21 01:27:19 +08:00
|
|
|
<option id="entries_separator" type="bool" default="true" />
|
2020-11-10 06:29:14 +08:00
|
|
|
<option id="show_color_and_tiles" type="bool" default="true" />
|
2023-07-19 22:27:00 +08:00
|
|
|
<option id="default_tileset_mode" type="app::TilesetMode" default="app::TilesetMode::Auto" />
|
2015-05-19 03:53:25 +08:00
|
|
|
</section>
|
2015-04-24 06:51:53 +08:00
|
|
|
<section id="updater">
|
2019-08-08 21:55:39 +08:00
|
|
|
<option id="inits" type="int" default="0" />
|
|
|
|
<option id="exits" type="int" default="0" />
|
|
|
|
<option id="is_developer" type="bool" default="false" />
|
|
|
|
<option id="wait_days" type="double" default="0.0" />
|
|
|
|
<option id="last_check" type="int" default="0" />
|
|
|
|
<option id="uuid" type="std::string" />
|
2017-10-06 05:01:38 +08:00
|
|
|
<option id="current_version" type="std::string" />
|
2015-04-24 23:45:01 +08:00
|
|
|
<option id="new_version" type="std::string" />
|
|
|
|
<option id="new_url" type="std::string" />
|
2015-04-24 06:51:53 +08:00
|
|
|
</section>
|
2015-04-27 11:08:04 +08:00
|
|
|
<section id="brush">
|
2015-04-27 22:45:00 +08:00
|
|
|
<option id="pattern" type="doc::BrushPattern" default="doc::BrushPattern::DEFAULT" />
|
2015-04-27 11:08:04 +08:00
|
|
|
</section>
|
2015-12-17 04:27:04 +08:00
|
|
|
<section id="save_brush">
|
|
|
|
<option id="brush_type" type="bool" default="true" />
|
|
|
|
<option id="brush_size" type="bool" default="true" />
|
|
|
|
<option id="brush_angle" type="bool" default="true" />
|
|
|
|
<option id="fg_color" type="bool" default="false" />
|
|
|
|
<option id="bg_color" type="bool" default="false" />
|
2016-09-20 21:14:41 +08:00
|
|
|
<option id="image_color" type="bool" default="true" />
|
2015-12-17 04:27:04 +08:00
|
|
|
<option id="ink_type" type="bool" default="true" />
|
|
|
|
<option id="ink_opacity" type="bool" default="true" />
|
|
|
|
<option id="shade" type="bool" default="true" />
|
|
|
|
<option id="pixel_perfect" type="bool" default="false" />
|
|
|
|
</section>
|
2015-05-19 03:53:25 +08:00
|
|
|
<section id="selection">
|
2016-04-05 05:46:48 +08:00
|
|
|
<option id="mode" type="SelectionMode" default="SelectionMode::DEFAULT" />
|
2017-04-07 02:26:01 +08:00
|
|
|
<option id="move_edges" type="bool" default="true" />
|
2017-09-08 23:07:21 +08:00
|
|
|
<option id="modifiers_disable_handles" type="bool" default="true" />
|
2017-10-04 02:03:51 +08:00
|
|
|
<option id="move_on_add_mode" type="bool" default="true" />
|
2015-08-14 21:09:15 +08:00
|
|
|
<option id="pivot_visibility" type="bool" default="false" />
|
|
|
|
<option id="pivot_position" type="PivotPosition" default="PivotPosition::CENTER" />
|
2015-07-24 09:42:14 +08:00
|
|
|
<option id="opaque" type="bool" default="false" />
|
2015-07-27 22:43:48 +08:00
|
|
|
<option id="auto_opaque" type="bool" default="true" />
|
2015-12-23 04:49:21 +08:00
|
|
|
<option id="keep_selection_after_clear" type="bool" default="false" />
|
2018-04-20 21:56:27 +08:00
|
|
|
<option id="auto_show_selection_edges" type="bool" default="true" />
|
2015-05-19 03:53:25 +08:00
|
|
|
<option id="transparent_color" type="app::Color" />
|
|
|
|
<option id="rotation_algorithm" type="app::tools::RotationAlgorithm" default="app::tools::RotationAlgorithm::DEFAULT" />
|
2015-12-05 04:46:32 +08:00
|
|
|
<option id="modify_selection_quantity" type="int" default="1" />
|
|
|
|
<option id="modify_selection_brush" type="BrushType" default="BrushType::CIRCLE" />
|
2018-11-16 06:17:19 +08:00
|
|
|
<option id="doubleclick_select_tile" type="bool" default="true" />
|
2019-09-06 05:19:55 +08:00
|
|
|
<option id="force_rotsprite" type="bool" default="false" />
|
2019-09-12 01:01:50 +08:00
|
|
|
<option id="multicel_when_layers_or_frames" type="bool" default="true" />
|
2023-11-21 02:18:00 +08:00
|
|
|
<option id="snap_to_grid" type="bool" default="true" />
|
2015-05-19 03:53:25 +08:00
|
|
|
</section>
|
2015-07-02 22:18:43 +08:00
|
|
|
<section id="quantization">
|
|
|
|
<option id="with_alpha" type="bool" default="true" />
|
2019-04-03 22:05:54 +08:00
|
|
|
<option id="dithering_algorithm" type="std::string" />
|
2025-06-12 22:25:20 +08:00
|
|
|
<option id="zig_zag" type="bool" default="true" />
|
2019-04-04 05:42:10 +08:00
|
|
|
<option id="dithering_factor" type="int" default="100" />
|
2020-04-20 21:18:12 +08:00
|
|
|
<option id="to_gray" type="ToGrayAlgorithm" default="ToGrayAlgorithm::DEFAULT" />
|
2020-04-15 22:05:41 +08:00
|
|
|
<option id="advanced" type="bool" default="false" />
|
2021-05-10 07:53:09 +08:00
|
|
|
<option id="rgbmap_algorithm" type="doc::RgbMapAlgorithm" default="doc::RgbMapAlgorithm::DEFAULT" />
|
2024-04-26 19:58:36 +08:00
|
|
|
<option id="fit_criteria" type="doc::FitCriteria" default="doc::FitCriteria::DEFAULT" />
|
2015-07-02 22:18:43 +08:00
|
|
|
</section>
|
2015-07-03 05:13:47 +08:00
|
|
|
<section id="eyedropper" text="Editor">
|
|
|
|
<option id="channel" type="EyedropperChannel" default="EyedropperChannel::COLOR_ALPHA" />
|
|
|
|
<option id="sample" type="EyedropperSample" default="EyedropperSample::ALL_LAYERS" />
|
2017-11-23 21:06:13 +08:00
|
|
|
<option id="discard_brush" type="bool" default="false" />
|
2015-07-03 05:13:47 +08:00
|
|
|
</section>
|
2015-07-23 21:07:07 +08:00
|
|
|
<section id="shared">
|
2023-08-31 00:11:34 +08:00
|
|
|
<option id="share_dynamics" type="bool" default="true" />
|
2015-07-23 21:07:07 +08:00
|
|
|
<option id="share_ink" type="bool" default="false" />
|
|
|
|
<option id="ink" type="app::tools::InkType" default="app::tools::InkType::DEFAULT" />
|
|
|
|
</section>
|
2015-08-13 02:35:46 +08:00
|
|
|
<section id="new_file">
|
|
|
|
<option id="width" type="int" default="32" />
|
|
|
|
<option id="height" type="int" default="32" />
|
2018-10-26 02:23:01 +08:00
|
|
|
<option id="color_mode" type="doc::ColorMode" default="doc::ColorMode::RGB" />
|
2015-08-13 02:35:46 +08:00
|
|
|
<option id="background_color" type="int" default="0" />
|
2016-05-24 05:36:47 +08:00
|
|
|
<option id="advanced" type="bool" default="false" />
|
|
|
|
<option id="pixel_ratio" type="std::string" />
|
2015-08-13 02:35:46 +08:00
|
|
|
</section>
|
2019-03-26 09:09:22 +08:00
|
|
|
<section id="file_selector">
|
2019-08-08 21:55:39 +08:00
|
|
|
<option id="current_folder" type="std::string" default=""<empty>"" />
|
2019-03-26 09:09:22 +08:00
|
|
|
<option id="zoom" type="double" default="1.0" />
|
2025-07-10 06:17:37 +08:00
|
|
|
<option id="show_hidden" type="bool" default="false" />
|
2019-03-26 09:09:22 +08:00
|
|
|
</section>
|
2015-09-24 04:38:45 +08:00
|
|
|
<section id="text_tool">
|
|
|
|
<option id="font_face" type="std::string" />
|
|
|
|
<option id="font_size" type="int" default="12" />
|
2015-12-02 02:46:21 +08:00
|
|
|
<option id="antialias" type="bool" default="false" />
|
2024-03-25 22:59:25 +08:00
|
|
|
<option id="font_info" type="std::string" />
|
2015-09-24 04:38:45 +08:00
|
|
|
</section>
|
2015-10-27 04:51:32 +08:00
|
|
|
<section id="symmetry_mode">
|
|
|
|
<option id="enabled" type="bool" default="false" />
|
|
|
|
</section>
|
2016-10-12 03:41:50 +08:00
|
|
|
<section id="perf">
|
|
|
|
<option id="show_render_time" type="bool" default="false" />
|
|
|
|
</section>
|
2017-03-25 12:01:59 +08:00
|
|
|
<section id="guides">
|
|
|
|
<option id="layer_edges_color" type="app::Color" default="app::Color::fromRgb(0, 0, 255)" />
|
|
|
|
<option id="auto_guides_color" type="app::Color" default="app::Color::fromRgb(0, 0, 255, 128)" />
|
|
|
|
</section>
|
|
|
|
<section id="slices">
|
|
|
|
<option id="default_color" type="app::Color" default="app::Color::fromRgb(0, 0, 255)" />
|
2020-09-11 02:49:08 +08:00
|
|
|
<option id="user_data_visibility" type="bool" default="false" />
|
2017-03-25 12:01:59 +08:00
|
|
|
</section>
|
2018-02-08 01:35:12 +08:00
|
|
|
<section id="advanced_mode">
|
2019-08-08 21:55:39 +08:00
|
|
|
<option id="show_alert" type="bool" default="true" />
|
2018-02-08 01:35:12 +08:00
|
|
|
</section>
|
2021-04-13 03:57:02 +08:00
|
|
|
<section id="open_file">
|
|
|
|
<option id="open_sequence" type="SequenceDecision" default="SequenceDecision::ASK" />
|
|
|
|
</section>
|
2018-02-08 04:25:58 +08:00
|
|
|
<section id="save_file">
|
|
|
|
<option id="show_file_format_doesnt_support_alert" type="bool" default="true" />
|
|
|
|
<option id="show_export_animation_in_sequence_alert" type="bool" default="true" />
|
2018-02-23 21:32:02 +08:00
|
|
|
<option id="default_extension" type="std::string" default=""aseprite"" />
|
2018-02-08 04:25:58 +08:00
|
|
|
</section>
|
2018-03-16 10:04:20 +08:00
|
|
|
<section id="export_file">
|
|
|
|
<option id="show_overwrite_files_alert" type="bool" default="true" />
|
2018-03-20 02:53:02 +08:00
|
|
|
<option id="image_default_extension" type="std::string" default=""png"" />
|
|
|
|
<option id="animation_default_extension" type="std::string" default=""gif"" />
|
2018-03-16 10:04:20 +08:00
|
|
|
</section>
|
2018-03-13 03:44:19 +08:00
|
|
|
<section id="sprite_sheet">
|
|
|
|
<option id="show_overwrite_files_alert" type="bool" default="true" />
|
2018-03-20 02:53:02 +08:00
|
|
|
<option id="default_extension" type="std::string" default=""png"" />
|
2019-10-16 04:00:00 +08:00
|
|
|
<option id="preview" type="bool" default="true" />
|
2019-10-30 03:37:06 +08:00
|
|
|
<option id="sections" type="std::string" />
|
2018-03-13 03:44:19 +08:00
|
|
|
</section>
|
2018-02-08 01:35:12 +08:00
|
|
|
<section id="gif">
|
|
|
|
<option id="show_alert" type="bool" default="true" />
|
2019-08-08 21:55:39 +08:00
|
|
|
<option id="interlaced" type="bool" default="false" />
|
|
|
|
<option id="loop" type="bool" default="true" />
|
2020-03-26 01:32:43 +08:00
|
|
|
<option id="preserve_palette_order" type="bool" default="true" />
|
2018-02-08 01:35:12 +08:00
|
|
|
</section>
|
|
|
|
<section id="jpeg">
|
|
|
|
<option id="show_alert" type="bool" default="true" />
|
2019-08-08 21:55:39 +08:00
|
|
|
<option id="quality" type="double" default="1.0" />
|
2018-02-08 01:35:12 +08:00
|
|
|
</section>
|
2018-11-26 21:55:19 +08:00
|
|
|
<section id="svg">
|
|
|
|
<option id="show_alert" type="bool" default="true" />
|
|
|
|
<option id="pixel_scale" type="int" default="1" />
|
|
|
|
</section>
|
2020-03-21 06:18:03 +08:00
|
|
|
<section id="tga">
|
|
|
|
<option id="show_alert" type="bool" default="true" />
|
|
|
|
<option id="bits_per_pixel" type="int" default="0" />
|
|
|
|
<option id="compress" type="bool" default="true" />
|
|
|
|
</section>
|
2020-03-24 09:21:02 +08:00
|
|
|
<section id="css">
|
|
|
|
<option id="show_alert" type="bool" default="true" />
|
|
|
|
<option id="pixel_scale" type="int" default="1" />
|
2021-01-06 02:02:12 +08:00
|
|
|
<option id="with_vars" type="bool" default="false" />
|
2020-03-24 09:21:02 +08:00
|
|
|
<option id="generate_html" type="bool" default="false" />
|
|
|
|
</section>
|
2018-03-27 01:08:08 +08:00
|
|
|
<section id="webp">
|
|
|
|
<option id="show_alert" type="bool" default="true" />
|
|
|
|
<option id="loop" type="bool" default="true" />
|
|
|
|
<option id="type" type="int" default="0" />
|
2019-08-08 21:55:39 +08:00
|
|
|
<option id="quality" type="int" default="100" />
|
|
|
|
<option id="compression" type="int" default="6" />
|
|
|
|
<option id="image_hint" type="int" default="0" />
|
|
|
|
<option id="image_preset" type="int" default="0" />
|
2018-03-27 01:08:08 +08:00
|
|
|
</section>
|
2018-02-10 04:39:56 +08:00
|
|
|
<section id="hue_saturation">
|
2020-04-23 23:05:09 +08:00
|
|
|
<option id="mode" type="filters::HueSaturationFilter::Mode" default="filters::HueSaturationFilter::Mode::HSL_MUL" />
|
2018-02-10 04:39:56 +08:00
|
|
|
</section>
|
2018-03-27 10:42:41 +08:00
|
|
|
<section id="filters">
|
|
|
|
<option id="cels_target" type="CelsTarget" default="CelsTarget::Selected" />
|
|
|
|
</section>
|
2018-09-18 01:59:44 +08:00
|
|
|
<section id="scripts">
|
|
|
|
<option id="show_run_script_alert" type="bool" default="true" />
|
|
|
|
</section>
|
2018-10-19 02:29:16 +08:00
|
|
|
<section id="color">
|
|
|
|
<option id="manage" type="bool" default="true" />
|
|
|
|
<option id="working_rgb_space" type="std::string" default=""sRGB"" />
|
|
|
|
<option id="files_with_profile" type="ColorProfileBehavior" default="ColorProfileBehavior::EMBEDDED" />
|
|
|
|
<option id="missing_profile" type="ColorProfileBehavior" default="ColorProfileBehavior::ASSIGN" />
|
2019-05-08 21:55:56 +08:00
|
|
|
<option id="window_profile" type="WindowColorProfile" default="WindowColorProfile::MONITOR" />
|
|
|
|
<option id="window_profile_name" type="std::string" />
|
2018-10-19 02:29:16 +08:00
|
|
|
</section>
|
2024-01-09 02:19:25 +08:00
|
|
|
<section id="range">
|
|
|
|
<option id="alpha" type="AlphaRange" default="AlphaRange::EIGHT_BIT" />
|
|
|
|
<option id="opacity" type="AlphaRange" default="AlphaRange::PERCENTAGE" />
|
|
|
|
</section>
|
2019-04-24 01:40:26 +08:00
|
|
|
<section id="canvas_size">
|
|
|
|
<option id="trim_outside" type="bool" default="false" />
|
|
|
|
</section>
|
2022-07-14 05:11:46 +08:00
|
|
|
<section id="tileset">
|
|
|
|
<option id="base_index" type="int" default="1" />
|
2023-02-15 00:03:06 +08:00
|
|
|
<option id="cache_compressed_tilesets" type="bool" default="true" />
|
2023-11-11 04:19:41 +08:00
|
|
|
<option id="advanced" type="bool" default="false" />
|
2022-07-14 05:11:46 +08:00
|
|
|
</section>
|
2023-06-07 21:37:39 +08:00
|
|
|
<section id="tilemap">
|
|
|
|
<option id="show_delete_unused_tileset_alert" type="bool" default="true" />
|
|
|
|
</section>
|
2025-01-29 20:52:18 +08:00
|
|
|
<section id="aseprite_format">
|
|
|
|
<option id="cel_format" type="CelContentFormat" default="CelContentFormat::COMPRESSED" />
|
|
|
|
</section>
|
2014-12-15 07:19:31 +08:00
|
|
|
</global>
|
|
|
|
|
|
|
|
<tool>
|
|
|
|
<option id="opacity" type="int" default="255" />
|
|
|
|
<option id="tolerance" type="int" default="0" />
|
|
|
|
<option id="contiguous" type="bool" default="true" />
|
|
|
|
<option id="filled" type="bool" default="false" />
|
|
|
|
<option id="filled_preview" type="bool" default="false" />
|
2015-05-19 03:53:25 +08:00
|
|
|
<option id="ink" type="app::tools::InkType" default="app::tools::InkType::DEFAULT" />
|
|
|
|
<option id="freehand_algorithm" type="app::tools::FreehandAlgorithm" default="app::tools::FreehandAlgorithm::DEFAULT" />
|
2019-04-25 08:14:20 +08:00
|
|
|
<!-- Update app::Preferences::resetToolPreferences() function if you add new sections here -->
|
2014-12-15 07:19:31 +08:00
|
|
|
<section id="brush">
|
2015-04-27 11:08:04 +08:00
|
|
|
<option id="type" type="BrushType" default="BrushType::CIRCLE" />
|
|
|
|
<option id="size" type="int" default="1" />
|
|
|
|
<option id="angle" type="int" default="0" />
|
2014-12-15 07:19:31 +08:00
|
|
|
</section>
|
|
|
|
<section id="spray">
|
|
|
|
<option id="width" type="int" default="16" />
|
|
|
|
<option id="speed" type="int" default="32" />
|
|
|
|
</section>
|
2015-06-18 00:22:46 +08:00
|
|
|
<section id="floodfill">
|
2016-09-20 03:49:24 +08:00
|
|
|
<option id="stop_at_grid" type="StopAtGrid" default="StopAtGrid::NEVER" />
|
2016-05-04 02:31:27 +08:00
|
|
|
<option id="refer_to" type="FillReferTo" default="FillReferTo::ACTIVE_LAYER" />
|
2019-03-29 09:07:32 +08:00
|
|
|
<option id="pixel_connectivity" type="PixelConnectivity" default="PixelConnectivity::FOUR_CONNECTED" />
|
2015-06-18 00:22:46 +08:00
|
|
|
</section>
|
2023-08-10 03:18:23 +08:00
|
|
|
<section id="dynamics">
|
|
|
|
<option id="stabilizer" type="bool" default="false" />
|
|
|
|
<option id="stabilizer_factor" type="int" default="0" />
|
|
|
|
<option id="size" type="app::tools::DynamicSensor" default="app::tools::DynamicSensor::Static" />
|
|
|
|
<option id="angle" type="app::tools::DynamicSensor" default="app::tools::DynamicSensor::Static" />
|
|
|
|
<option id="gradient" type="app::tools::DynamicSensor" default="app::tools::DynamicSensor::Static" />
|
|
|
|
<option id="min_size" type="int" default="1" />
|
|
|
|
<option id="min_angle" type="int" default="1" />
|
|
|
|
<option id="color_from_to" type="app::tools::ColorFromTo" default="app::tools::ColorFromTo::BgToFg" />
|
2023-08-31 00:11:34 +08:00
|
|
|
<option id="matrix_name" type="std::string" />
|
2023-08-10 03:18:23 +08:00
|
|
|
<option id="min_pressure_threshold" type="double" default="0.1" />
|
|
|
|
<option id="max_pressure_threshold" type="double" default="0.9" />
|
|
|
|
<option id="min_velocity_threshold" type="double" default="0.1" />
|
|
|
|
<option id="max_velocity_threshold" type="double" default="0.9" />
|
|
|
|
</section>
|
2014-12-15 07:19:31 +08:00
|
|
|
</tool>
|
|
|
|
|
|
|
|
<document>
|
2015-06-15 22:29:12 +08:00
|
|
|
<section id="site">
|
|
|
|
<option id="frame" type="doc::frame_t" default="doc::frame_t(0)" />
|
2016-08-12 02:04:15 +08:00
|
|
|
<option id="layer" type="doc::layer_t" default="doc::layer_t(0)" />
|
2015-06-15 22:29:12 +08:00
|
|
|
</section>
|
2014-12-15 07:19:31 +08:00
|
|
|
<section id="tiled">
|
2019-08-08 21:55:39 +08:00
|
|
|
<option id="mode" type="filters::TiledMode" default="filters::TiledMode::NONE" />
|
2014-12-15 07:19:31 +08:00
|
|
|
</section>
|
2015-10-27 04:51:32 +08:00
|
|
|
<section id="symmetry">
|
|
|
|
<option id="mode" type="SymmetryMode" default="SymmetryMode::NONE" />
|
2016-12-06 02:20:17 +08:00
|
|
|
<option id="x_axis" type="double" default="0" />
|
|
|
|
<option id="y_axis" type="double" default="0" />
|
2015-10-27 04:51:32 +08:00
|
|
|
</section>
|
2019-12-04 02:27:00 +08:00
|
|
|
<section id="grid" canforce="true">
|
2019-08-08 21:55:39 +08:00
|
|
|
<option id="snap" type="bool" default="false" />
|
2019-10-11 02:08:59 +08:00
|
|
|
<option id="bounds" type="gfx::Rect" default="doc::Sprite::DefaultGridBounds()" />
|
2019-08-08 21:55:39 +08:00
|
|
|
<option id="color" type="app::Color" default="app::Color::fromRgb(0, 0, 255)" />
|
|
|
|
<option id="opacity" type="int" default="160" />
|
|
|
|
<option id="auto_opacity" type="bool" default="true" />
|
2014-12-15 07:19:31 +08:00
|
|
|
</section>
|
2019-12-04 02:27:00 +08:00
|
|
|
<section id="pixel_grid" canforce="true">
|
2019-08-08 21:55:39 +08:00
|
|
|
<option id="color" type="app::Color" default="app::Color::fromRgb(200, 200, 200)" />
|
|
|
|
<option id="opacity" type="int" default="160" />
|
|
|
|
<option id="auto_opacity" type="bool" default="true" />
|
2014-12-15 07:19:31 +08:00
|
|
|
</section>
|
2019-12-04 02:27:00 +08:00
|
|
|
<section id="bg" canforce="true">
|
2022-08-18 09:19:07 +08:00
|
|
|
<option id="type" type="BgType" default="BgType::CHECKERED_16x16" />
|
2018-11-15 21:07:40 +08:00
|
|
|
<option id="size" type="gfx::Size" default="gfx::Size(16, 16)" />
|
2019-08-08 21:55:39 +08:00
|
|
|
<option id="zoom" type="bool" default="true" />
|
|
|
|
<option id="color1" type="app::Color" default="app::Color::fromRgb(128, 128, 128)" />
|
|
|
|
<option id="color2" type="app::Color" default="app::Color::fromRgb(192, 192, 192)" />
|
2014-12-28 22:06:11 +08:00
|
|
|
</section>
|
2016-11-23 05:05:56 +08:00
|
|
|
<section id="timeline">
|
|
|
|
<option id="first_frame" type="int" default="1" />
|
|
|
|
</section>
|
2016-07-25 20:51:58 +08:00
|
|
|
<section id="thumbnails">
|
2016-08-04 14:02:44 +08:00
|
|
|
<option id="zoom" type="double" default="1" />
|
2016-07-25 20:51:58 +08:00
|
|
|
<option id="enabled" type="bool" default="false" />
|
|
|
|
<option id="overlay_enabled" type="bool" default="false" />
|
|
|
|
<option id="overlay_size" type="int" default="5" />
|
2025-04-01 05:43:27 +08:00
|
|
|
<option id="scale_up_to_fit" type="bool" default="false" />
|
2016-07-25 20:51:58 +08:00
|
|
|
</section>
|
2014-12-15 07:19:31 +08:00
|
|
|
<section id="onionskin">
|
2019-08-08 21:55:39 +08:00
|
|
|
<option id="active" type="bool" default="false" />
|
|
|
|
<option id="prev_frames" type="int" default="1" />
|
|
|
|
<option id="next_frames" type="int" default="1" />
|
|
|
|
<option id="opacity_base" type="int" default="68" />
|
|
|
|
<option id="opacity_step" type="int" default="28" />
|
|
|
|
<option id="type" type="OnionskinType" default="OnionskinType::MERGE" />
|
2015-05-28 04:42:41 +08:00
|
|
|
<option id="loop_tag" type="bool" default="true" />
|
2015-08-01 01:30:11 +08:00
|
|
|
<option id="current_layer" type="bool" default="false" />
|
2015-08-01 02:55:06 +08:00
|
|
|
<option id="position" type="render::OnionskinPosition" default="render::OnionskinPosition::BEHIND" />
|
2014-12-15 07:19:31 +08:00
|
|
|
</section>
|
2019-12-04 04:38:28 +08:00
|
|
|
<section id="save_copy" canclear="true">
|
2015-06-04 03:34:27 +08:00
|
|
|
<option id="filename" type="std::string" />
|
|
|
|
<option id="resize_scale" type="double" default="1" />
|
2022-08-12 22:56:52 +08:00
|
|
|
<option id="area" type="std::string" />
|
2016-09-17 12:01:28 +08:00
|
|
|
<option id="layer" type="std::string" />
|
2022-09-06 04:19:25 +08:00
|
|
|
<option id="layer_index" type="int" default ="-1" />
|
2016-09-17 12:01:28 +08:00
|
|
|
<option id="frame_tag" type="std::string" />
|
2018-03-16 19:59:34 +08:00
|
|
|
<option id="ani_dir" type="doc::AniDir" default="doc::AniDir::FORWARD" />
|
2016-12-29 22:22:16 +08:00
|
|
|
<option id="apply_pixel_ratio" type="bool" default="false" />
|
2018-03-16 22:03:50 +08:00
|
|
|
<option id="for_twitter" type="bool" default="false" />
|
2023-12-02 02:40:20 +08:00
|
|
|
<option id="play_subtags" type="bool" default="true" />
|
2015-06-04 03:34:27 +08:00
|
|
|
</section>
|
2015-03-18 03:43:51 +08:00
|
|
|
<section id="sprite_sheet">
|
2016-09-13 04:53:01 +08:00
|
|
|
<option id="defined" type="bool" default="false" />
|
2015-12-03 22:38:59 +08:00
|
|
|
<option id="type" type="app::SpriteSheetType" default="app::SpriteSheetType::None" />
|
2015-03-18 03:43:51 +08:00
|
|
|
<option id="columns" type="int" default="0" />
|
2015-12-03 22:38:59 +08:00
|
|
|
<option id="rows" type="int" default="0" />
|
2015-03-18 03:43:51 +08:00
|
|
|
<option id="width" type="int" default="0" />
|
|
|
|
<option id="height" type="int" default="0" />
|
|
|
|
<option id="texture_filename" type="std::string" />
|
|
|
|
<option id="data_filename" type="std::string" />
|
2019-10-08 04:22:27 +08:00
|
|
|
<option id="data_format" type="SpriteSheetDataFormat" default="SpriteSheetDataFormat::Default" />
|
2019-10-16 04:00:00 +08:00
|
|
|
<option id="filename_format" type="std::string" />
|
2022-04-29 20:21:49 +08:00
|
|
|
<option id="tagname_format" type="std::string" />
|
2015-03-20 01:39:37 +08:00
|
|
|
<option id="border_padding" type="int" default="0" />
|
|
|
|
<option id="shape_padding" type="int" default="0" />
|
|
|
|
<option id="inner_padding" type="int" default="0" />
|
2019-10-16 04:00:00 +08:00
|
|
|
<option id="trim_sprite" type="bool" default="false" />
|
2017-11-30 03:12:00 +08:00
|
|
|
<option id="trim" type="bool" default="false" />
|
2019-02-08 01:03:11 +08:00
|
|
|
<option id="trim_by_grid" type="bool" default="false" />
|
2019-01-10 18:44:58 +08:00
|
|
|
<option id="extrude" type="bool" default="false" />
|
2019-10-24 08:09:56 +08:00
|
|
|
<option id="merge_duplicates" type="bool" default="false" />
|
|
|
|
<option id="ignore_empty" type="bool" default="false" />
|
2015-03-19 21:17:40 +08:00
|
|
|
<option id="open_generated" type="bool" default="false" />
|
2015-08-21 09:30:33 +08:00
|
|
|
<option id="layer" type="std::string" />
|
2022-09-06 04:19:25 +08:00
|
|
|
<option id="layer_index" type="int" default ="-1" />
|
2015-08-21 09:30:33 +08:00
|
|
|
<option id="frame_tag" type="std::string" />
|
2019-10-04 02:52:19 +08:00
|
|
|
<option id="split_layers" type="bool" default="false" />
|
2019-10-16 04:00:00 +08:00
|
|
|
<option id="split_tags" type="bool" default="false" />
|
2022-08-20 04:21:56 +08:00
|
|
|
<option id="split_grid" type="bool" default="false" />
|
2015-12-03 23:42:33 +08:00
|
|
|
<option id="list_layers" type="bool" default="true" />
|
|
|
|
<option id="list_frame_tags" type="bool" default="true" />
|
2017-03-16 21:35:26 +08:00
|
|
|
<option id="list_slices" type="bool" default="true" />
|
2015-03-18 03:43:51 +08:00
|
|
|
</section>
|
2015-03-20 02:44:02 +08:00
|
|
|
<section id="import_sprite_sheet">
|
2015-12-03 22:38:59 +08:00
|
|
|
<option id="type" type="app::SpriteSheetType" default="app::SpriteSheetType::Rows" />
|
2016-07-25 22:30:33 +08:00
|
|
|
<option id="bounds" type="gfx::Rect" default="gfx::Rect(0, 0, 0, 0)" />
|
2019-02-12 05:41:38 +08:00
|
|
|
<option id="padding_enabled" type="bool" default="false" />
|
2019-01-22 02:16:32 +08:00
|
|
|
<option id="padding_bounds" type="gfx::Size" default="gfx::Size(0, 0)" />
|
2016-07-01 21:24:44 +08:00
|
|
|
<option id="partial_tiles" type="bool" default="false" />
|
2015-03-20 02:44:02 +08:00
|
|
|
</section>
|
2016-02-12 08:09:31 +08:00
|
|
|
<section id="preview" text="Preview">
|
|
|
|
<option id="zoom" type="double" default="1.0" />
|
|
|
|
<option id="scroll" type="gfx::Point" />
|
|
|
|
<option id="auto_scroll" type="bool" default="true" />
|
|
|
|
</section>
|
2016-03-25 00:04:35 +08:00
|
|
|
<section id="show">
|
2016-05-04 03:23:38 +08:00
|
|
|
<option id="layer_edges" type="bool" default="false" />
|
2016-03-25 00:04:35 +08:00
|
|
|
<option id="selection_edges" type="bool" default="true" />
|
2019-08-08 21:55:39 +08:00
|
|
|
<option id="grid" type="bool" default="false" />
|
|
|
|
<option id="pixel_grid" type="bool" default="false" />
|
2016-03-25 01:45:28 +08:00
|
|
|
<option id="brush_preview" type="bool" default="true" />
|
2017-03-07 06:27:43 +08:00
|
|
|
<option id="slices" type="bool" default="true" />
|
2017-03-25 12:01:59 +08:00
|
|
|
<option id="auto_guides" type="bool" default="true" />
|
2020-10-14 05:12:29 +08:00
|
|
|
<option id="tile_numbers" type="bool" default="true" />
|
2016-03-25 00:04:35 +08:00
|
|
|
</section>
|
2014-12-15 07:19:31 +08:00
|
|
|
</document>
|
|
|
|
|
|
|
|
</preferences>
|