From 147ef4af8393737a561abeb57cbff0e4dfd938b8 Mon Sep 17 00:00:00 2001 From: David Capello Date: Thu, 23 Nov 2023 19:22:31 -0300 Subject: [PATCH] Add Tiled Mode section --- drawing.md | 4 ++++ preview-window.md | 1 + tiled-mode.md | 17 +++++++++++++++++ tutorial.md | 1 - 4 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 tiled-mode.md diff --git a/drawing.md b/drawing.md index dba908d..aa63fa1 100644 --- a/drawing.md +++ b/drawing.md @@ -27,6 +27,10 @@ Other tools that will help you in the drawing process: * ![Slice tool icon](tools/slice-tool.png) [Slice](slices.md) (Shift+C key) * ![Zoom tool icon](tools/zoom-tool.png) [Zoom](zoom.md) (Z key) +Some helpers for the drawing process: + +* [Preview Window](preview-window.md) +* [Tiled Mode](tiled-mode.md) --- diff --git a/preview-window.md b/preview-window.md index ff21c43..0d9c0e8 100644 --- a/preview-window.md +++ b/preview-window.md @@ -18,4 +18,5 @@ the window. **SEE ALSO** [Workspace](workspace.md) | +[Drawing](drawing.md) | [Animation](animation.md) diff --git a/tiled-mode.md b/tiled-mode.md new file mode 100644 index 0000000..6a109bf --- /dev/null +++ b/tiled-mode.md @@ -0,0 +1,17 @@ +# Tiled Mode + +The *Tiled Mode* is a simple method to draw patterns quickly, you can +access it from *View > Tiled Mode* submenu. + +This mode is simpler than [tilemaps](tilemap.md), which offer a more +extensive way to create levels using repeated tiles in any possible +arrangement. + + + +--- + +**SEE ALSO** + +[Drawing](drawing.md) | +[Tilemap](tilemap.md) diff --git a/tutorial.md b/tutorial.md index ff9b8a0..acfd2bf 100644 --- a/tutorial.md +++ b/tutorial.md @@ -92,7 +92,6 @@ world. And we are grateful that they use Aseprite for this: * [Contour and polygon tools](http://imgur.com/5V0qOmj) * [Ink modes](http://imgur.com/Kfi2WxF) * [Selection modes](http://imgur.com/o7F4s6o) (replace, addition, subtraction) -* [Tiled mode](http://imgur.com/GaAMqgb) [(2)](http://imgur.com/vcRlaeY) [(3)](http://imgur.com/HuJEJau) * [Pixel-perfect algorithm](http://imgur.com/uiyzvcY) * [Replace Color in indexed mode, drag-and-drop from a color selector](http://imgur.com/VAVpHUl) [(2)](http://imgur.com/yUBtO2u) * [Filter modes (in current cel, every cel in current layer, every cel in current frame, all cels)](http://imgur.com/J6L5M5Q) [(2)](http://imgur.com/Zp1gANL)