From 25e77e07881c5ec17b6fe8cb69b9d6d7ab0c837d Mon Sep 17 00:00:00 2001 From: David Capello Date: Mon, 22 Jul 2024 18:38:53 -0300 Subject: [PATCH] Add UI Controls page --- numeric-field.md | 1 + ui-controls.md | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 ui-controls.md diff --git a/numeric-field.md b/numeric-field.md index f5e870f..d640c7d 100644 --- a/numeric-field.md +++ b/numeric-field.md @@ -8,5 +8,6 @@ Numeric fields on Aseprite can evaluate simple math expressions: **SEE ALSO** +[UI Controls](ui-controls.md) | [New Sprite](new-sprite.md) | [Issue #1762](https://github.com/aseprite/aseprite/issues/1762) diff --git a/ui-controls.md b/ui-controls.md new file mode 100644 index 0000000..36af1b0 --- /dev/null +++ b/ui-controls.md @@ -0,0 +1,29 @@ +# UI Controls + +Here we show some general information about controls/fields you will +find on the Aseprite User Interface (UI). + +* [Sprite Editor](sprite-editor.md) +* [Timeline](timeline.md) +* [Workspace](workspace.md) +* [Color Bar](color-bar.md) + +## Math in Number Fields + +[Numeric fields](numeric-field.md) on Aseprite can evaluate simple math expressions: + +![Math demo in number fields](numeric-field/math.gif) + +## Drag and Drop Workspace Tabs + +You can drag-and-drop tabs [in the workspace](workspace.md), duplicate +them using the Ctrl or Alt keys along with the +Left Mouse Button: + +![Drag and drop tabs demo](workspace/drag-and-drop-tabs.gif) + +--- + +**SEE ALSO** + +[Workspace](workspace.md)