Skip to content

Commit 147ef4a

Browse files
committed
Add Tiled Mode section
1 parent 8964d00 commit 147ef4a

File tree

4 files changed

+22
-1
lines changed

4 files changed

+22
-1
lines changed

drawing.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ Other tools that will help you in the drawing process:
2727
* ![Slice tool icon](tools/slice-tool.png) [Slice](slices.md) (<kbd>Shift+C</kbd> key)
2828
* ![Zoom tool icon](tools/zoom-tool.png) [Zoom](zoom.md) (<kbd>Z</kbd> key)
2929

30+
Some helpers for the drawing process:
31+
32+
* [Preview Window](preview-window.md)
33+
* [Tiled Mode](tiled-mode.md)
3034

3135
---
3236

preview-window.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ the window.
1818
**SEE ALSO**
1919

2020
[Workspace](workspace.md) |
21+
[Drawing](drawing.md) |
2122
[Animation](animation.md)

tiled-mode.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Tiled Mode
2+
3+
The *Tiled Mode* is a simple method to draw patterns quickly, you can
4+
access it from *View > Tiled Mode* submenu.
5+
6+
This mode is simpler than [tilemaps](tilemap.md), which offer a more
7+
extensive way to create levels using repeated tiles in any possible
8+
arrangement.
9+
10+
<iframe width="560" height="315" src="https://www.youtube.com/embed/G_JeWBaxQIg?si=5LmFiEoQ9Sek97iJ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
11+
12+
---
13+
14+
**SEE ALSO**
15+
16+
[Drawing](drawing.md) |
17+
[Tilemap](tilemap.md)

tutorial.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ world. And we are grateful that they use Aseprite for this:
9292
* [Contour and polygon tools](http://imgur.com/5V0qOmj)
9393
* [Ink modes](http://imgur.com/Kfi2WxF)
9494
* [Selection modes](http://imgur.com/o7F4s6o) (replace, addition, subtraction)
95-
* [Tiled mode](http://imgur.com/GaAMqgb) [(2)](http://imgur.com/vcRlaeY) [(3)](http://imgur.com/HuJEJau)
9695
* [Pixel-perfect algorithm](http://imgur.com/uiyzvcY)
9796
* [Replace Color in indexed mode, drag-and-drop from a color selector](http://imgur.com/VAVpHUl) [(2)](http://imgur.com/yUBtO2u)
9897
* [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)

0 commit comments

Comments
 (0)