You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
***Default extensions**: Pick the default file extensions for saving/exporting actions.
71
+
***Recent Items**: The number of recent file/folder items to show on the home page and *File > Open Recent* dropdown.
72
+
***Recover files options**: These options handle the intervals to save sprite recovery data.
73
+
74
+
## Color
75
+
76
+
***Alpha & Opacity Ranges**: Whether alpha/opacity color ranges use `0-255` or `0%-100%` ranges.
77
+
**NEEDS IMAGE*
78
+
***Color management**: See the [color profile](color-profile.md) section.
52
79
53
80
## Alerts
54
81
@@ -66,7 +93,7 @@ Options to change the general behavior of the [Sprite Editor](sprite-editor.md):
66
93
***Zoom with scroll wheel**: Checked by default, you zoom with the
67
94
[mouse wheel](mouse-wheel.md) (if you uncheck this, the vertical scroll will be the
68
95
default action for the mouse wheel).
69
-
***Zoom sliding two fingers up or down**: This is available on macOS
96
+
***Zoom sliding two fingers up or down (macOS)**: This is available on macOS
70
97
only, and if you enable it you will be able to zoom using two
71
98
fingers on your MacBook trackpad.
72
99
***Zoom from center with scroll wheel**: Check this if you want to
@@ -104,6 +131,93 @@ Options to change the general behavior of the [Sprite Editor](sprite-editor.md):
104
131
***Right-click**: You can customize what specific action to do with
105
132
the [right-click](right-click.md).
106
133
134
+
## Selection
135
+
136
+
***Adjust opaque/transparent mode automatically**: Adjust the opaque/transparent mode when moving over a layer, e.g: moving over a transparent layer would set the mode to transparent.
137
+
***Keep selection after "Edit > Delete" command**: Keep the selection bounds after deleting the content.
***Show selection edges automatically when the selection is modified**: Automatically enables *View > Show > Selection Edges* when the selection is moved. This will override the menu setting (e.g: if *View > Show > Selection Edges* is disabled, this will enable it)
141
+
***Allow moving selection edges**: Enabling this allows moving the selection bounds.
142
+
***Disable transformation handles when key modifiers are pressed**: Disable transformation handles when key modifiers (<kbd>Shift</kbd>/<kbd>Ctrl</kbd>/<kbd>Alt</kbd>) are pressed.
143
+
***Move selection on Add mode**: Enables moving the selection in the [Add selection mode](selecting.md#Add/Subtract/Intersect).
144
+
***Select a grid tile with double-click**: Enables selecting grid tiles with a double-click.
145
+
***Snap To Grid when the option is enabled**: Snap To Grid when *View > Grid > Snap to Grid* is enabled.
146
+
***Force RotSprite even for right/straight angles**: Use the RotSprite rotation algorithm for right/straight angles.
147
+
***Transform cels in selected layers or frames on timeline**: Selection transformations apply to all cels of the selected layers/frames. If this option is disabled, selection transformations will only apply to all selected cels.
148
+
149
+
## Timeline
150
+
151
+
***Show timeline automatically**: Shows the timeline when a new frame or layer is added.
152
+
***Rewind on stop**: When enabled, the animation is rewound upon stopping.
153
+
***Default First Frame**: Sets the default first frame.
154
+
***Keep selection**: Keep the timeline selection range when the canvas is edited or the timeline loses focus.
155
+
***Select on Click**: Select frames/cels on click.
156
+
***Select on Shift + Click**: Select frames/cels on <kbd>Shift + Click</kbd>.
157
+
***Select on Drag**: Select frames/cels when dragging.
158
+
***Drag & drop from edges**: Enable dragging and dropping from frame/cel edges.
159
+
160
+
## Cursors
161
+
162
+
***Use native mouse cursors**: Use the OS's cursor. If disabled, use the custom theme cursor.
163
+
***Mouse cursor scale**: Scale of theme cursor.
164
+
***Crosshair Type**: Change the crosshair type when painting.
165
+
***Brush Preview**: Change the brush preview type when painting.
166
+
***Crosshair & Brush Edges Color**: Change the edge color of the crosshair and brush preview edges.
167
+
168
+
## Background
169
+
170
+
**Background for New Documents**: Edits the default background for all documents.
171
+
172
+
**Background for the Active Document**: Edits the current document background.
173
+
174
+
***Size**: Sets the background square sizes.
175
+
***Colors**: Sets the background square colors.
176
+
177
+
## Grid
178
+
179
+
**Grid for New Documents**: Edits the default grid for all documents.
180
+
181
+
**Grid for the Active Document**: Edits the current document grid.
182
+
183
+
***X & Y**: X and Y grid offsets.
184
+
***Color**: Grid line color.
185
+
***Opacity**: Grid line opacity.
186
+
***Visible Pixel Grid**: Enables/disables the pixel grid.
187
+
***Color**: Pixel grid line color.
188
+
***Opacity**: Pixel grid line opacity.
189
+
190
+
## Guides & Slices
191
+
192
+
***Layer Edges Color.**: Layer edge guide color.
193
+
***Auto Guides Color**: Auto guide color.
194
+
195
+

196
+
197
+
***Default Color**: Default slice edge color.
198
+
199
+
## Undo
200
+
201
+
***Undo Limit**: The memory limit for undo information, in megabytes, for each sprite.
202
+
***Go to modified frame/layer**: Sets the current frame/layer to the one where the undo occurred.
203
+
***Allow non-linear history**: Undo history is a list of sprite states. If non-linear undo history is disabled and undo is used (which moves the current state back one entry), the next action will overwrite the undone action/state. If it is enabled and undo is used, the next action will add the new sprite state to the list, keeping the old one intact.
204
+

205
+
***Show Undo Tooltip**: Show the undo tooltip in the bottom right corner of the window.
206
+
207
+
## Aseprite Format
208
+
209
+
***Cel Content Format**: Changes the cel image format.
210
+
211
+
## Experimental
212
+
213
+
These features are experimental, and may be removed or changed in the future, which is why they are not listed here.
214
+
215
+
## Reset
216
+
217
+
The Reset section contains various editor values to reset.
218
+
219
+
To reset a value, select it and press the *Reset* button.
0 commit comments