You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/battle-map.md
+46-20
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,3 @@
1
-
[icon-pencil]: icons/pencil.png
2
-
[icon-highlighter]: icons/highlighter.png
3
-
[icon-eraser]: icons/eraser.png
4
-
[icon-undo]: icons/undo.png
5
-
[icon-move]: icons/move.png
6
-
[icon-move-restricted]: icons/move-restricted.png
7
-
[icon-select]: icons/select.png
8
-
[icon-snap]: icons/snap.png
9
-
[icon-reveal]: icons/reveal.png
10
-
[icon-hide]: icons/hide.png
11
-
[icon-layers]: icons/layers.png
12
-
[icon-markers]: icons/markers.png
13
-
[icon-settings]: icons/settings.png
14
-
[icon-share]: icons/share.png
15
-
[icon-fog-free]: icons/fog-free.png
16
-
[icon-fog-rect]: icons/fog-rect.png
17
-
18
1
# Battle Map
19
2
20
3
## Toolbar buttons
@@ -46,6 +29,13 @@
46
29
***Walls Generator** - auto walls generator.
47
30
***Reset** - reset to defaults.
48
31
32
+
## Layers
33
+
34
+
Battle map contains several specialized layers for various purposes.
35
+
36
+
***Token & Objecs** - default layer for drawings and tokens.
37
+
***Walls & Obstacles** - walls, doors and other obstacles used in [Line of Sight](line-of-sight).
38
+
***Walkable Floors** - used for pathfinding and walls generator.
49
39
50
40
## Scrolling and Zooming
51
41
@@ -67,6 +57,11 @@
67
57
68
58
*PRO TIP: Use can choose multiple party movement modes from app settings, which applies when selecting and moving a group of players*
69
59
60
+
### Snap to Grid
61
+
62
+
1. Tap ![snap][icon-snap] to toggle between snap to grid modes.
63
+
2. Use a finger on circle token to move creature anywhere on the map.
64
+
70
65
## Grid and Background Image
71
66
72
67
You can use any image as a background for your map. If your map image already contains a grid, you need to do an alignment.
@@ -87,9 +82,23 @@ You can use any image as a background for your map. If your map image already co
87
82
88
83
## Line of Sight
89
84
90
-
You can use *Line of Sight* tools to dynamically hide a portion of the map from players based on their vision settings while presenting on the external screen.
85
+
You can use *Line of Sight* to dynamically hide a portion of the map from players based on their vision while presenting on the external screen.
86
+
87
+
More info in dedicated [section](line-of-sight)
91
88
92
-
More info [here](line-of-sight)
89
+
### Walls generator
90
+
91
+
You can use *Walls Generator* tool to quickly generate walls and obstacles for Line of Sight based on walkable floors. It's ideal for dungeons with rectangle corridors.
92
+
93
+
1. Tap ![settings][icon-settings].
94
+
2. Tap *Walls Generator*.
95
+
3. Adjust parameters.
96
+
* **Wall Offset** - offset from otuer side of wall.
97
+
* **Floor Color** - only use floors with selected color.
98
+
* **Continuous** - if enabled, each wall will be generated as a single continuous line, otherwise it will be dividied into separete segments
99
+
4. Tap Generate
100
+
101
+
*Pro TIP - You can experiment with parameters by using this tool multiple times. All previously generated walls will be replaced.*
93
102
94
103
## Fog of War
95
104
@@ -181,4 +190,21 @@ You can draw on a map or highlight a specific area, sketch basic dungeon or envi
You can use *Walls Generator* tool to quickly generate walls and obstacles for Line of Sight based on walkable floors. It's ideal for dungeons with rectangle corridors.
10
+
11
+
1. Tap ![settings][icon-settings].
12
+
2. Tap *Walls Generator*.
13
+
3. Adjust parameters.
14
+
* **Wall Offset** - offset from otuer side of wall.
15
+
* **Floor Color** - only use floors with selected color.
16
+
* **Continuous** - if enabled, each wall will be generated as a single continuous line, otherwise it will be dividied into separete segments
17
+
4. Tap Generate
18
+
19
+
*Pro TIP - You can experiment with parameters by using this tool multiple times. All previously generated walls will be replaced.*
0 commit comments