2015-02-15 02:20:59 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2015-01-19 01:05:33 +00:00
|
|
|
<!-- Aseprite -->
|
2020-03-20 22:18:03 +00:00
|
|
|
<!-- Copyright (C) 2018-2020 Igara Studio S.A. -->
|
2018-10-18 18:29:16 +00:00
|
|
|
<!-- Copyright (C) 2014-2018 David Capello -->
|
2014-12-14 23:19:31 +00:00
|
|
|
<preferences>
|
|
|
|
|
|
|
|
<types>
|
|
|
|
<enum id="RightClickMode">
|
2015-05-13 14:19:16 +00:00
|
|
|
<value id="DEFAULT" value="0" />
|
2014-12-14 23:19:31 +00:00
|
|
|
<value id="PAINT_BGCOLOR" value="0" />
|
|
|
|
<value id="PICK_FGCOLOR" value="1" />
|
|
|
|
<value id="ERASE" value="2" />
|
2015-08-19 21:00:51 +00:00
|
|
|
<value id="SCROLL" value="3" />
|
2016-12-01 00:07:30 +00:00
|
|
|
<value id="RECTANGULAR_MARQUEE" value="4" />
|
|
|
|
<value id="LASSO" value="5" />
|
2018-10-26 13:01:25 +00:00
|
|
|
<value id="SELECT_LAYER_AND_MOVE" value="6" />
|
2014-12-14 23:19:31 +00: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-24 17:29:15 +00:00
|
|
|
<enum id="BrushPreview">
|
|
|
|
<value id="NONE" value="0" />
|
|
|
|
<value id="EDGES" value="1" />
|
|
|
|
<value id="FULL" value="2" />
|
2020-08-03 15:12:52 +00:00
|
|
|
<value id="FULLALL" value="3" />
|
|
|
|
<value id="FULLNEDGES" value="4" />
|
2016-03-24 17:29:15 +00:00
|
|
|
</enum>
|
2014-12-28 14:06:11 +00:00
|
|
|
<enum id="BgType">
|
|
|
|
<value id="CHECKED_16x16" value="0" />
|
|
|
|
<value id="CHECKED_8x8" value="1" />
|
|
|
|
<value id="CHECKED_4x4" value="2" />
|
|
|
|
<value id="CHECKED_2x2" value="3" />
|
2017-09-05 17:38:42 +00:00
|
|
|
<value id="CHECKED_1x1" value="4" />
|
2018-11-15 13:07:40 +00:00
|
|
|
<value id="CHECKED_CUSTOM" value="5" />
|
2014-12-28 14:06:11 +00:00
|
|
|
</enum>
|
2015-06-17 16:22:46 +00:00
|
|
|
<enum id="StopAtGrid">
|
|
|
|
<value id="NEVER" value="0" />
|
|
|
|
<value id="IF_VISIBLE" value="1" />
|
|
|
|
<value id="ALWAYS" value="2" />
|
|
|
|
</enum>
|
2016-05-03 18:31:27 +00:00
|
|
|
<enum id="FillReferTo">
|
|
|
|
<value id="ACTIVE_LAYER" value="0" />
|
|
|
|
<value id="ALL_LAYERS" value="1" />
|
|
|
|
</enum>
|
2019-03-29 01:07:32 +00:00
|
|
|
<enum id="PixelConnectivity">
|
|
|
|
<value id="FOUR_CONNECTED" value="0" />
|
|
|
|
<value id="EIGHT_CONNECTED" value="1" />
|
|
|
|
</enum>
|
2015-07-02 21:13:47 +00: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-29 17:20:42 +00: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-02 21:13:47 +00:00
|
|
|
</enum>
|
|
|
|
<enum id="EyedropperSample">
|
|
|
|
<value id="ALL_LAYERS" value="0" />
|
|
|
|
<value id="CURRENT_LAYER" value="1" />
|
2016-10-14 00:19:25 +00:00
|
|
|
<value id="FIRST_REFERENCE_LAYER" value="2" />
|
2015-07-02 21:13:47 +00:00
|
|
|
</enum>
|
2016-04-04 21:46:48 +00:00
|
|
|
<enum id="SelectionMode">
|
|
|
|
<value id="DEFAULT" value="0" />
|
|
|
|
<value id="ADD" value="1" />
|
2016-10-13 23:39:29 +00:00
|
|
|
<value id="SUBTRACT" value="2" />
|
2018-10-26 17:04:08 +00:00
|
|
|
<value id="INTERSECT" value="3" />
|
2016-04-04 21:46:48 +00:00
|
|
|
</enum>
|
2015-08-14 13:09:15 +00: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-29 19:35:34 +00:00
|
|
|
</enum>
|
2015-10-26 20:51:32 +00:00
|
|
|
<enum id="SymmetryMode">
|
|
|
|
<value id="NONE" value="0" />
|
|
|
|
<value id="HORIZONTAL" value="1" />
|
|
|
|
<value id="VERTICAL" value="2" />
|
2017-03-27 18:27:37 +00:00
|
|
|
<value id="BOTH" value="3" />
|
2015-10-26 20:51:32 +00:00
|
|
|
</enum>
|
2016-08-31 14:22:08 +00:00
|
|
|
<enum id="PaintingCursorType">
|
|
|
|
<value id="SIMPLE_CROSSHAIR" value="0" />
|
|
|
|
<value id="CROSSHAIR_ON_SPRITE" value="1" />
|
|
|
|
</enum>
|
2016-09-15 14:07:36 +00:00
|
|
|
<enum id="TimelinePosition">
|
|
|
|
<value id="BOTTOM" value="0" />
|
|
|
|
<value id="LEFT" value="1" />
|
|
|
|
<value id="RIGHT" value="2" />
|
|
|
|
</enum>
|
2018-10-18 18:29:16 +00: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 13:55:56 +00:00
|
|
|
<enum id="WindowColorProfile">
|
|
|
|
<value id="MONITOR" value="0" />
|
|
|
|
<value id="SRGB" value="1" />
|
|
|
|
<value id="SPECIFIC" value="2" />
|
|
|
|
</enum>
|
2020-04-20 13:18:12 +00: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>
|
2014-12-14 23:19:31 +00:00
|
|
|
</types>
|
|
|
|
|
|
|
|
<global>
|
|
|
|
<section id="general">
|
2016-12-17 04:01:57 +00:00
|
|
|
<option id="language" type="std::string" default=""en"" />
|
2016-02-23 21:08:25 +00:00
|
|
|
<option id="screen_scale" type="int" default="0" />
|
2019-08-08 13:55:39 +00:00
|
|
|
<option id="ui_scale" type="int" default="1" />
|
2015-12-28 20:28:48 +00:00
|
|
|
<option id="gpu_acceleration" type="bool" default="false" />
|
2016-12-18 17:44:39 +00:00
|
|
|
<option id="show_home" type="bool" default="true" />
|
2015-03-02 17:43:44 +00:00
|
|
|
<option id="visible_timeline" type="bool" default="false" />
|
2019-08-08 13:55:39 +00:00
|
|
|
<option id="autoshow_timeline" type="bool" default="true" />
|
2015-06-19 15:09:34 +00:00
|
|
|
<option id="rewind_on_stop" type="bool" default="false" />
|
2019-08-08 13:55:39 +00:00
|
|
|
<option id="expand_menubar_on_mouseover" type="bool" default="false" />
|
2015-04-08 23:28:30 +00:00
|
|
|
<option id="data_recovery" type="bool" default="true" />
|
2016-11-12 21:02:47 +00:00
|
|
|
<option id="data_recovery_period" type="double" default="2.0" />
|
2019-05-27 14:10:52 +00:00
|
|
|
<option id="keep_edited_sprite_data" type="bool" default="true" />
|
2019-06-07 16:17:21 +00: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 14:04:16 +00:00
|
|
|
<option id="show_full_path" type="bool" default="true" />
|
2016-09-15 14:07:36 +00:00
|
|
|
<option id="timeline_position" type="TimelinePosition" default="TimelinePosition::BOTTOM" />
|
2018-11-26 20:02:43 +00:00
|
|
|
<option id="timeline_layer_panel_width" type="int" default="100" />
|
2017-09-01 20:18:53 +00:00
|
|
|
<option id="show_menu_bar" type="bool" default="true" />
|
2018-03-14 17:14:47 +00:00
|
|
|
<option id="recent_items" type="int" default="16" />
|
2020-06-10 13:57:49 +00:00
|
|
|
<option id="osx_async_view" type="bool" default="true" />
|
2014-12-14 23:19:31 +00:00
|
|
|
</section>
|
|
|
|
<section id="undo" text="Undo">
|
2017-10-25 20:58:55 +00:00
|
|
|
<option id="size_limit" type="int" default="0" />
|
2015-01-19 01:05:33 +00:00
|
|
|
<option id="goto_modified" type="bool" default="true" />
|
|
|
|
<option id="allow_nonlinear_history" type="bool" default="false" />
|
2018-09-03 14:50:32 +00:00
|
|
|
<option id="show_tooltip" type="bool" default="true" />
|
2014-12-14 23:19:31 +00:00
|
|
|
</section>
|
|
|
|
<section id="editor" text="Editor">
|
2019-08-08 13:55:39 +00:00
|
|
|
<option id="zoom_with_wheel" type="bool" default="true" />
|
2016-05-27 16:15:13 +00:00
|
|
|
<option id="zoom_with_slide" type="bool" default="false" />
|
2015-05-07 18:52:26 +00:00
|
|
|
<option id="zoom_from_center_with_wheel" type="bool" default="false" />
|
2015-05-07 18:56:38 +00:00
|
|
|
<option id="zoom_from_center_with_keys" type="bool" default="false" />
|
2019-08-08 13:55:39 +00:00
|
|
|
<option id="show_scrollbars" type="bool" default="true" />
|
2016-12-02 23:37:54 +00:00
|
|
|
<option id="auto_scroll" type="bool" default="true" />
|
2019-08-08 13:55:39 +00:00
|
|
|
<option id="right_click_mode" type="RightClickMode" default="RightClickMode::PAINT_BGCOLOR" />
|
|
|
|
<option id="auto_select_layer" type="bool" default="false" />
|
2020-04-19 00:21:14 +00:00
|
|
|
<option id="auto_select_layer_quick" type="bool" default="true" />
|
2017-09-08 19:04:18 +00:00
|
|
|
<option id="straight_line_preview" type="bool" default="true" />
|
2015-12-18 21:51:30 +00:00
|
|
|
<option id="play_once" type="bool" default="false" />
|
2016-11-30 13:23:29 +00:00
|
|
|
<option id="play_all" type="bool" default="false" />
|
2020-03-27 19:53:17 +00: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" />
|
2015-12-18 21:51:30 +00:00
|
|
|
</section>
|
2020-09-10 18:49:08 +00: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-15 17:00:44 +00:00
|
|
|
<section id="sprite">
|
|
|
|
<option id="user_data_visibility" type="bool" default="false" />
|
|
|
|
</section>
|
2020-09-10 18:49:08 +00:00
|
|
|
<section id="tags">
|
|
|
|
<option id="user_data_visibility" type="bool" default="false" />
|
|
|
|
</section>
|
2016-08-30 19:52:03 +00:00
|
|
|
<section id="cursor">
|
2019-08-08 13:55:39 +00:00
|
|
|
<option id="use_native_cursor" type="bool" default="false" />
|
2016-08-30 20:27:19 +00:00
|
|
|
<option id="cursor_scale" type="int" default="1" />
|
2019-08-08 13:55:39 +00:00
|
|
|
<option id="cursor_color" type="app::Color" default="app::Color::fromMask()" />
|
2016-08-31 14:22:08 +00:00
|
|
|
<option id="painting_cursor_type" type="PaintingCursorType" default="PaintingCursorType::CROSSHAIR_ON_SPRITE" />
|
2019-08-08 13:55:39 +00:00
|
|
|
<option id="brush_preview" type="BrushPreview" default="BrushPreview::FULL" />
|
2016-08-30 19:52:03 +00:00
|
|
|
</section>
|
2015-12-18 21:51:30 +00:00
|
|
|
<section id="preview" text="Preview">
|
|
|
|
<option id="play_once" type="bool" default="false" />
|
2016-11-30 13:23:29 +00:00
|
|
|
<option id="play_all" type="bool" default="false" />
|
2014-12-14 23:19:31 +00:00
|
|
|
</section>
|
2015-09-18 14:56:45 +00:00
|
|
|
<section id="theme" text="Theme">
|
2019-08-08 13:55:39 +00: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 14:56:45 +00:00
|
|
|
</section>
|
2020-05-30 19:54:35 +00:00
|
|
|
<section id="tablet" text="Tablet">
|
|
|
|
<option id="api" type="std::string" />
|
|
|
|
</section>
|
2014-12-14 23:19:31 +00:00
|
|
|
<section id="experimental" text="Experimental">
|
2018-06-22 18:41:22 +00:00
|
|
|
<option id="new_render_engine" type="bool" default="true" />
|
2019-02-25 21:02:58 +00:00
|
|
|
<option id="new_blend" type="bool" default="true" />
|
2018-05-24 15:56:07 +00:00
|
|
|
<option id="use_native_clipboard" type="bool" default="true" />
|
2015-03-02 19:07:35 +00:00
|
|
|
<option id="use_native_file_dialog" type="bool" default="false" />
|
2018-06-19 13:59:12 +00:00
|
|
|
<option id="one_finger_as_mouse_movement" type="bool" default="true" />
|
2018-06-19 17:10:19 +00:00
|
|
|
<option id="load_wintab_driver" type="bool" default="true" />
|
2019-08-08 13:55:39 +00:00
|
|
|
<option id="flash_layer" type="bool" default="false" />
|
2016-12-01 18:20:35 +00:00
|
|
|
<option id="nonactive_layers_opacity" type="int" default="255" />
|
2020-04-10 18:35:11 +00:00
|
|
|
<option id="rgbmap_algorithm" type="doc::RgbMapAlgorithm" default="doc::RgbMapAlgorithm::DEFAULT" />
|
2014-12-14 23:19:31 +00:00
|
|
|
</section>
|
2015-03-04 22:24:37 +00:00
|
|
|
<section id="news">
|
|
|
|
<option id="cache_file" type="std::string" />
|
|
|
|
</section>
|
2016-05-04 13:00:54 +00:00
|
|
|
<section id="status_bar">
|
|
|
|
<option id="focus_frame_field_on_mouseover" type="bool" default="false" />
|
|
|
|
</section>
|
2015-03-23 17:39:21 +00:00
|
|
|
<section id="color_bar">
|
2015-05-08 17:59:52 +00:00
|
|
|
<option id="box_size" type="int" default="11" />
|
2019-03-29 18:57:10 +00:00
|
|
|
<option id="tiles_box_size" type="int" default="16" />
|
2015-06-05 04:00:57 +00: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-30 19:33:34 +00: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 14:18:46 +00:00
|
|
|
<option id="selector" type="app::ColorBar::ColorSelector" default="app::ColorBar::ColorSelector::TINT_SHADE_TONE" />
|
2015-08-06 14:23:16 +00:00
|
|
|
<option id="discrete_wheel" type="bool" default="false" />
|
2016-02-12 13:49:33 +00:00
|
|
|
<option id="wheel_model" type="int" default="0" />
|
2015-08-21 16:27:58 +00:00
|
|
|
<option id="harmony" type="int" default="0" />
|
2018-09-13 13:53:14 +00:00
|
|
|
<option id="show_invalid_fg_bg_color_alert" type="bool" default="true" />
|
2019-03-20 17:27:19 +00:00
|
|
|
<option id="entries_separator" type="bool" default="true" />
|
2020-11-09 22:29:14 +00:00
|
|
|
<option id="show_color_and_tiles" type="bool" default="true" />
|
2015-05-18 19:53:25 +00:00
|
|
|
</section>
|
2015-04-23 22:51:53 +00:00
|
|
|
<section id="updater">
|
2019-08-08 13:55:39 +00: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-05 21:01:38 +00:00
|
|
|
<option id="current_version" type="std::string" />
|
2015-04-24 15:45:01 +00:00
|
|
|
<option id="new_version" type="std::string" />
|
|
|
|
<option id="new_url" type="std::string" />
|
2015-04-23 22:51:53 +00:00
|
|
|
</section>
|
2015-04-27 03:08:04 +00:00
|
|
|
<section id="brush">
|
2015-04-27 14:45:00 +00:00
|
|
|
<option id="pattern" type="doc::BrushPattern" default="doc::BrushPattern::DEFAULT" />
|
2015-04-27 03:08:04 +00:00
|
|
|
</section>
|
2015-12-16 20:27:04 +00: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 13:14:41 +00:00
|
|
|
<option id="image_color" type="bool" default="true" />
|
2015-12-16 20:27:04 +00: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-18 19:53:25 +00:00
|
|
|
<section id="selection">
|
2016-04-04 21:46:48 +00:00
|
|
|
<option id="mode" type="SelectionMode" default="SelectionMode::DEFAULT" />
|
2017-04-06 18:26:01 +00:00
|
|
|
<option id="move_edges" type="bool" default="true" />
|
2017-09-08 15:07:21 +00:00
|
|
|
<option id="modifiers_disable_handles" type="bool" default="true" />
|
2017-10-03 18:03:51 +00:00
|
|
|
<option id="move_on_add_mode" type="bool" default="true" />
|
2015-08-14 13:09:15 +00:00
|
|
|
<option id="pivot_visibility" type="bool" default="false" />
|
|
|
|
<option id="pivot_position" type="PivotPosition" default="PivotPosition::CENTER" />
|
2015-07-24 01:42:14 +00:00
|
|
|
<option id="opaque" type="bool" default="false" />
|
2015-07-27 14:43:48 +00:00
|
|
|
<option id="auto_opaque" type="bool" default="true" />
|
2015-12-22 20:49:21 +00:00
|
|
|
<option id="keep_selection_after_clear" type="bool" default="false" />
|
2018-04-20 13:56:27 +00:00
|
|
|
<option id="auto_show_selection_edges" type="bool" default="true" />
|
2015-05-18 19:53:25 +00:00
|
|
|
<option id="transparent_color" type="app::Color" />
|
|
|
|
<option id="rotation_algorithm" type="app::tools::RotationAlgorithm" default="app::tools::RotationAlgorithm::DEFAULT" />
|
2015-12-04 20:46:32 +00:00
|
|
|
<option id="modify_selection_quantity" type="int" default="1" />
|
|
|
|
<option id="modify_selection_brush" type="BrushType" default="BrushType::CIRCLE" />
|
2018-11-15 22:17:19 +00:00
|
|
|
<option id="doubleclick_select_tile" type="bool" default="true" />
|
2019-09-05 21:19:55 +00:00
|
|
|
<option id="force_rotsprite" type="bool" default="false" />
|
2019-09-11 17:01:50 +00:00
|
|
|
<option id="multicel_when_layers_or_frames" type="bool" default="true" />
|
2015-05-18 19:53:25 +00:00
|
|
|
</section>
|
2015-07-02 14:18:43 +00:00
|
|
|
<section id="quantization">
|
|
|
|
<option id="with_alpha" type="bool" default="true" />
|
2019-04-03 14:05:54 +00:00
|
|
|
<option id="dithering_algorithm" type="std::string" />
|
2019-04-03 21:42:10 +00:00
|
|
|
<option id="dithering_factor" type="int" default="100" />
|
2020-04-20 13:18:12 +00:00
|
|
|
<option id="to_gray" type="ToGrayAlgorithm" default="ToGrayAlgorithm::DEFAULT" />
|
2020-04-15 14:05:41 +00:00
|
|
|
<option id="advanced" type="bool" default="false" />
|
2015-07-02 14:18:43 +00:00
|
|
|
</section>
|
2015-07-02 21:13:47 +00: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 13:06:13 +00:00
|
|
|
<option id="discard_brush" type="bool" default="false" />
|
2015-07-02 21:13:47 +00:00
|
|
|
</section>
|
2015-07-23 13:07:07 +00:00
|
|
|
<section id="shared">
|
|
|
|
<option id="share_ink" type="bool" default="false" />
|
|
|
|
<option id="ink" type="app::tools::InkType" default="app::tools::InkType::DEFAULT" />
|
|
|
|
</section>
|
2015-08-12 18:35:46 +00:00
|
|
|
<section id="new_file">
|
|
|
|
<option id="width" type="int" default="32" />
|
|
|
|
<option id="height" type="int" default="32" />
|
2018-10-25 18:23:01 +00:00
|
|
|
<option id="color_mode" type="doc::ColorMode" default="doc::ColorMode::RGB" />
|
2015-08-12 18:35:46 +00:00
|
|
|
<option id="background_color" type="int" default="0" />
|
2016-05-23 21:36:47 +00:00
|
|
|
<option id="advanced" type="bool" default="false" />
|
|
|
|
<option id="pixel_ratio" type="std::string" />
|
2015-08-12 18:35:46 +00:00
|
|
|
</section>
|
2019-03-26 01:09:22 +00:00
|
|
|
<section id="file_selector">
|
2019-08-08 13:55:39 +00:00
|
|
|
<option id="current_folder" type="std::string" default=""<empty>"" />
|
2019-03-26 01:09:22 +00:00
|
|
|
<option id="zoom" type="double" default="1.0" />
|
|
|
|
</section>
|
2015-09-23 20:38:45 +00:00
|
|
|
<section id="text_tool">
|
|
|
|
<option id="font_face" type="std::string" />
|
|
|
|
<option id="font_size" type="int" default="12" />
|
2015-12-01 18:46:21 +00:00
|
|
|
<option id="antialias" type="bool" default="false" />
|
2015-09-23 20:38:45 +00:00
|
|
|
</section>
|
2015-10-26 20:51:32 +00:00
|
|
|
<section id="symmetry_mode">
|
|
|
|
<option id="enabled" type="bool" default="false" />
|
|
|
|
</section>
|
2016-10-11 19:41:50 +00:00
|
|
|
<section id="perf">
|
|
|
|
<option id="show_render_time" type="bool" default="false" />
|
|
|
|
</section>
|
2017-03-25 04:01:59 +00: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-10 18:49:08 +00:00
|
|
|
<option id="user_data_visibility" type="bool" default="false" />
|
2017-03-25 04:01:59 +00:00
|
|
|
</section>
|
2018-02-07 17:35:12 +00:00
|
|
|
<section id="advanced_mode">
|
2019-08-08 13:55:39 +00:00
|
|
|
<option id="show_alert" type="bool" default="true" />
|
2018-02-07 17:35:12 +00:00
|
|
|
</section>
|
2018-02-07 20:25:58 +00: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 13:32:02 +00:00
|
|
|
<option id="default_extension" type="std::string" default=""aseprite"" />
|
2018-02-07 20:25:58 +00:00
|
|
|
</section>
|
2018-03-16 02:04:20 +00:00
|
|
|
<section id="export_file">
|
|
|
|
<option id="show_overwrite_files_alert" type="bool" default="true" />
|
2018-03-19 18:53:02 +00:00
|
|
|
<option id="image_default_extension" type="std::string" default=""png"" />
|
|
|
|
<option id="animation_default_extension" type="std::string" default=""gif"" />
|
2018-03-16 02:04:20 +00:00
|
|
|
</section>
|
2018-03-12 19:44:19 +00:00
|
|
|
<section id="sprite_sheet">
|
|
|
|
<option id="show_overwrite_files_alert" type="bool" default="true" />
|
2018-03-19 18:53:02 +00:00
|
|
|
<option id="default_extension" type="std::string" default=""png"" />
|
2019-10-15 20:00:00 +00:00
|
|
|
<option id="preview" type="bool" default="true" />
|
2019-10-29 19:37:06 +00:00
|
|
|
<option id="sections" type="std::string" />
|
2018-03-12 19:44:19 +00:00
|
|
|
</section>
|
2018-02-07 17:35:12 +00:00
|
|
|
<section id="gif">
|
|
|
|
<option id="show_alert" type="bool" default="true" />
|
2019-08-08 13:55:39 +00:00
|
|
|
<option id="interlaced" type="bool" default="false" />
|
|
|
|
<option id="loop" type="bool" default="true" />
|
2020-03-25 17:32:43 +00:00
|
|
|
<option id="preserve_palette_order" type="bool" default="true" />
|
2018-02-07 17:35:12 +00:00
|
|
|
</section>
|
|
|
|
<section id="jpeg">
|
|
|
|
<option id="show_alert" type="bool" default="true" />
|
2019-08-08 13:55:39 +00:00
|
|
|
<option id="quality" type="double" default="1.0" />
|
2018-02-07 17:35:12 +00:00
|
|
|
</section>
|
2018-11-26 13:55:19 +00:00
|
|
|
<section id="svg">
|
|
|
|
<option id="show_alert" type="bool" default="true" />
|
|
|
|
<option id="pixel_scale" type="int" default="1" />
|
|
|
|
</section>
|
2020-03-20 22:18:03 +00: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>
|
2018-03-26 17:08:08 +00: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 13:55:39 +00: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-26 17:08:08 +00:00
|
|
|
</section>
|
2018-02-09 20:39:56 +00:00
|
|
|
<section id="hue_saturation">
|
2020-04-23 15:05:09 +00:00
|
|
|
<option id="mode" type="filters::HueSaturationFilter::Mode" default="filters::HueSaturationFilter::Mode::HSL_MUL" />
|
2018-02-09 20:39:56 +00:00
|
|
|
</section>
|
2018-03-27 02:42:41 +00:00
|
|
|
<section id="filters">
|
|
|
|
<option id="cels_target" type="CelsTarget" default="CelsTarget::Selected" />
|
|
|
|
</section>
|
2018-09-17 17:59:44 +00:00
|
|
|
<section id="scripts">
|
|
|
|
<option id="show_run_script_alert" type="bool" default="true" />
|
|
|
|
</section>
|
2018-10-18 18:29:16 +00: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 13:55:56 +00:00
|
|
|
<option id="window_profile" type="WindowColorProfile" default="WindowColorProfile::MONITOR" />
|
|
|
|
<option id="window_profile_name" type="std::string" />
|
2018-10-18 18:29:16 +00:00
|
|
|
</section>
|
2019-04-23 17:40:26 +00:00
|
|
|
<section id="canvas_size">
|
|
|
|
<option id="trim_outside" type="bool" default="false" />
|
|
|
|
</section>
|
2014-12-14 23:19:31 +00: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-18 19:53:25 +00: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 00:14:20 +00:00
|
|
|
<!-- Update app::Preferences::resetToolPreferences() function if you add new sections here -->
|
2014-12-14 23:19:31 +00:00
|
|
|
<section id="brush">
|
2015-04-27 03:08:04 +00: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-14 23:19:31 +00:00
|
|
|
</section>
|
|
|
|
<section id="spray">
|
|
|
|
<option id="width" type="int" default="16" />
|
|
|
|
<option id="speed" type="int" default="32" />
|
|
|
|
</section>
|
2015-06-17 16:22:46 +00:00
|
|
|
<section id="floodfill">
|
2016-09-19 19:49:24 +00:00
|
|
|
<option id="stop_at_grid" type="StopAtGrid" default="StopAtGrid::NEVER" />
|
2016-05-03 18:31:27 +00:00
|
|
|
<option id="refer_to" type="FillReferTo" default="FillReferTo::ACTIVE_LAYER" />
|
2019-03-29 01:07:32 +00:00
|
|
|
<option id="pixel_connectivity" type="PixelConnectivity" default="PixelConnectivity::FOUR_CONNECTED" />
|
2015-06-17 16:22:46 +00:00
|
|
|
</section>
|
2014-12-14 23:19:31 +00:00
|
|
|
</tool>
|
|
|
|
|
|
|
|
<document>
|
2015-06-15 14:29:12 +00:00
|
|
|
<section id="site">
|
|
|
|
<option id="frame" type="doc::frame_t" default="doc::frame_t(0)" />
|
2016-08-11 18:04:15 +00:00
|
|
|
<option id="layer" type="doc::layer_t" default="doc::layer_t(0)" />
|
2015-06-15 14:29:12 +00:00
|
|
|
</section>
|
2014-12-14 23:19:31 +00:00
|
|
|
<section id="tiled">
|
2019-08-08 13:55:39 +00:00
|
|
|
<option id="mode" type="filters::TiledMode" default="filters::TiledMode::NONE" />
|
2014-12-14 23:19:31 +00:00
|
|
|
</section>
|
2015-10-26 20:51:32 +00:00
|
|
|
<section id="symmetry">
|
|
|
|
<option id="mode" type="SymmetryMode" default="SymmetryMode::NONE" />
|
2016-12-05 18:20:17 +00:00
|
|
|
<option id="x_axis" type="double" default="0" />
|
|
|
|
<option id="y_axis" type="double" default="0" />
|
2015-10-26 20:51:32 +00:00
|
|
|
</section>
|
2019-12-03 18:27:00 +00:00
|
|
|
<section id="grid" canforce="true">
|
2019-08-08 13:55:39 +00:00
|
|
|
<option id="snap" type="bool" default="false" />
|
2019-10-10 18:08:59 +00:00
|
|
|
<option id="bounds" type="gfx::Rect" default="doc::Sprite::DefaultGridBounds()" />
|
2019-08-08 13:55:39 +00: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-14 23:19:31 +00:00
|
|
|
</section>
|
2019-12-03 18:27:00 +00:00
|
|
|
<section id="pixel_grid" canforce="true">
|
2019-08-08 13:55:39 +00: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-14 23:19:31 +00:00
|
|
|
</section>
|
2019-12-03 18:27:00 +00:00
|
|
|
<section id="bg" canforce="true">
|
2019-08-08 13:55:39 +00:00
|
|
|
<option id="type" type="BgType" default="BgType::CHECKED_16x16" />
|
2018-11-15 13:07:40 +00:00
|
|
|
<option id="size" type="gfx::Size" default="gfx::Size(16, 16)" />
|
2019-08-08 13:55:39 +00: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 14:06:11 +00:00
|
|
|
</section>
|
2016-11-22 21:05:56 +00:00
|
|
|
<section id="timeline">
|
|
|
|
<option id="first_frame" type="int" default="1" />
|
|
|
|
</section>
|
2016-07-25 12:51:58 +00:00
|
|
|
<section id="thumbnails">
|
2016-08-04 06:02:44 +00:00
|
|
|
<option id="zoom" type="double" default="1" />
|
2016-07-25 12:51:58 +00:00
|
|
|
<option id="enabled" type="bool" default="false" />
|
|
|
|
<option id="overlay_enabled" type="bool" default="false" />
|
|
|
|
<option id="overlay_size" type="int" default="5" />
|
|
|
|
</section>
|
2014-12-14 23:19:31 +00:00
|
|
|
<section id="onionskin">
|
2019-08-08 13:55:39 +00: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-27 20:42:41 +00:00
|
|
|
<option id="loop_tag" type="bool" default="true" />
|
2015-07-31 17:30:11 +00:00
|
|
|
<option id="current_layer" type="bool" default="false" />
|
2015-07-31 18:55:06 +00:00
|
|
|
<option id="position" type="render::OnionskinPosition" default="render::OnionskinPosition::BEHIND" />
|
2014-12-14 23:19:31 +00:00
|
|
|
</section>
|
2019-12-03 20:38:28 +00:00
|
|
|
<section id="save_copy" canclear="true">
|
2015-06-03 19:34:27 +00:00
|
|
|
<option id="filename" type="std::string" />
|
|
|
|
<option id="resize_scale" type="double" default="1" />
|
2016-09-17 04:01:28 +00:00
|
|
|
<option id="layer" type="std::string" />
|
|
|
|
<option id="frame_tag" type="std::string" />
|
2018-03-16 11:59:34 +00:00
|
|
|
<option id="ani_dir" type="doc::AniDir" default="doc::AniDir::FORWARD" />
|
2016-12-29 14:22:16 +00:00
|
|
|
<option id="apply_pixel_ratio" type="bool" default="false" />
|
2018-03-16 14:03:50 +00:00
|
|
|
<option id="for_twitter" type="bool" default="false" />
|
2015-06-03 19:34:27 +00:00
|
|
|
</section>
|
2015-03-17 19:43:51 +00:00
|
|
|
<section id="sprite_sheet">
|
2016-09-12 20:53:01 +00:00
|
|
|
<option id="defined" type="bool" default="false" />
|
2015-12-03 14:38:59 +00:00
|
|
|
<option id="type" type="app::SpriteSheetType" default="app::SpriteSheetType::None" />
|
2015-03-17 19:43:51 +00:00
|
|
|
<option id="columns" type="int" default="0" />
|
2015-12-03 14:38:59 +00:00
|
|
|
<option id="rows" type="int" default="0" />
|
2015-03-17 19:43:51 +00: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-07 20:22:27 +00:00
|
|
|
<option id="data_format" type="SpriteSheetDataFormat" default="SpriteSheetDataFormat::Default" />
|
2019-10-15 20:00:00 +00:00
|
|
|
<option id="filename_format" type="std::string" />
|
2015-03-19 17:39:37 +00: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-15 20:00:00 +00:00
|
|
|
<option id="trim_sprite" type="bool" default="false" />
|
2017-11-29 19:12:00 +00:00
|
|
|
<option id="trim" type="bool" default="false" />
|
2019-02-07 17:03:11 +00:00
|
|
|
<option id="trim_by_grid" type="bool" default="false" />
|
2019-01-10 10:44:58 +00:00
|
|
|
<option id="extrude" type="bool" default="false" />
|
2019-10-24 00:09:56 +00:00
|
|
|
<option id="merge_duplicates" type="bool" default="false" />
|
|
|
|
<option id="ignore_empty" type="bool" default="false" />
|
2015-03-19 13:17:40 +00:00
|
|
|
<option id="open_generated" type="bool" default="false" />
|
2015-08-21 01:30:33 +00:00
|
|
|
<option id="layer" type="std::string" />
|
|
|
|
<option id="frame_tag" type="std::string" />
|
2019-10-03 18:52:19 +00:00
|
|
|
<option id="split_layers" type="bool" default="false" />
|
2019-10-15 20:00:00 +00:00
|
|
|
<option id="split_tags" type="bool" default="false" />
|
2015-12-03 15:42:33 +00:00
|
|
|
<option id="list_layers" type="bool" default="true" />
|
|
|
|
<option id="list_frame_tags" type="bool" default="true" />
|
2017-03-16 13:35:26 +00:00
|
|
|
<option id="list_slices" type="bool" default="true" />
|
2015-03-17 19:43:51 +00:00
|
|
|
</section>
|
2015-03-19 18:44:02 +00:00
|
|
|
<section id="import_sprite_sheet">
|
2015-12-03 14:38:59 +00:00
|
|
|
<option id="type" type="app::SpriteSheetType" default="app::SpriteSheetType::Rows" />
|
2016-07-25 14:30:33 +00:00
|
|
|
<option id="bounds" type="gfx::Rect" default="gfx::Rect(0, 0, 0, 0)" />
|
2019-02-11 21:41:38 +00:00
|
|
|
<option id="padding_enabled" type="bool" default="false" />
|
2019-01-21 18:16:32 +00:00
|
|
|
<option id="padding_bounds" type="gfx::Size" default="gfx::Size(0, 0)" />
|
2016-07-01 13:24:44 +00:00
|
|
|
<option id="partial_tiles" type="bool" default="false" />
|
2015-03-19 18:44:02 +00:00
|
|
|
</section>
|
2016-02-12 00:09:31 +00: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-24 16:04:35 +00:00
|
|
|
<section id="show">
|
2016-05-03 19:23:38 +00:00
|
|
|
<option id="layer_edges" type="bool" default="false" />
|
2016-03-24 16:04:35 +00:00
|
|
|
<option id="selection_edges" type="bool" default="true" />
|
2019-08-08 13:55:39 +00:00
|
|
|
<option id="grid" type="bool" default="false" />
|
|
|
|
<option id="pixel_grid" type="bool" default="false" />
|
2016-03-24 17:45:28 +00:00
|
|
|
<option id="brush_preview" type="bool" default="true" />
|
2017-03-06 22:27:43 +00:00
|
|
|
<option id="slices" type="bool" default="true" />
|
2017-03-25 04:01:59 +00:00
|
|
|
<option id="auto_guides" type="bool" default="true" />
|
2020-10-13 21:12:29 +00:00
|
|
|
<option id="tile_numbers" type="bool" default="true" />
|
2016-03-24 16:04:35 +00:00
|
|
|
</section>
|
2014-12-14 23:19:31 +00:00
|
|
|
</document>
|
|
|
|
|
|
|
|
</preferences>
|