From 9ab9571571220013197e12f52e8102a32ed73157 Mon Sep 17 00:00:00 2001 From: CarbsCode <53490199+CarbsCode@users.noreply.github.com> Date: Thu, 4 Dec 2025 14:08:01 -0700 Subject: [PATCH] Updated app.tool description to show that it is possible to also set the current tool app.tool can be set using app.tool = "move" for instance. --- api/app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/app.md b/api/app.md index 5802d50..05cb438 100644 --- a/api/app.md +++ b/api/app.md @@ -58,7 +58,7 @@ Returns the active [tag](tag.md#tag), which is the tag located at the ## app.tool -Returns the active tool (a [Tool](tool.md#tool) object) selected in +Gets or sets the active tool (a [Tool](tool.md#tool) object) selected in the [tool bar](https://www.aseprite.org/docs/workspace/). ## app.brush