Skip to content

Commit

Permalink
Add UI Controls page
Browse files Browse the repository at this point in the history
  • Loading branch information
dacap committed Jul 22, 2024
1 parent 3d39a35 commit 25e77e0
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions numeric-field.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
29 changes: 29 additions & 0 deletions ui-controls.md
Original file line number Diff line number Diff line change
@@ -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 <kbd>Ctrl</kbd> or <kbd>Alt</kbd> keys along with the
<kbd>Left Mouse Button</kbd>:

![Drag and drop tabs demo](workspace/drag-and-drop-tabs.gif)

---

**SEE ALSO**

[Workspace](workspace.md)

0 comments on commit 25e77e0

Please sign in to comment.