Update docs
This commit is contained in:
parent
8fff6ee395
commit
1616d8d2af
Binary file not shown.
Binary file not shown.
@ -1,7 +1,7 @@
|
||||
## General
|
||||
|
||||
| Shortcut | Description |
|
||||
| ---------------- | -------------- |
|
||||
| ---------------- | ----------------------- |
|
||||
| W | Move Tool |
|
||||
| Space Bar (Hold) | Move Tool |
|
||||
| F | Fog Tool |
|
||||
@ -12,11 +12,22 @@
|
||||
| + | Zoom In |
|
||||
| - | Zoom Out |
|
||||
| Shift + Zoom | Precision Zoom |
|
||||
| Ctrl + Z | Undo |
|
||||
| Ctrl + Shift + Z | Redo |
|
||||
| Ctrl (Hold) | Disabled Grid Snapping |
|
||||
| Alt + Drag | Duplicate Token or Note |
|
||||
|
||||
## Select Tool
|
||||
|
||||
| Shortcut | Description |
|
||||
| -------- | --------------- |
|
||||
| Ctrl + C | Copy Selection |
|
||||
| Ctrl + V | Paste Selection |
|
||||
|
||||
## Fog Tool
|
||||
|
||||
| Shortcut | Description |
|
||||
| ---------------- | ---------------------- |
|
||||
| --------- | ---------------------- |
|
||||
| P | Fog Polygon |
|
||||
| Enter | Accept Fog Polygon |
|
||||
| Escape | Cancel Fog Polygon |
|
||||
@ -28,13 +39,11 @@
|
||||
| C | Cut Fog |
|
||||
| L | Multilayer Toggle |
|
||||
| F | Fog Preview Toggle |
|
||||
| Ctrl + Z | Undo |
|
||||
| Ctrl + Shift + Z | Redo |
|
||||
|
||||
## Drawing Tool
|
||||
|
||||
| Shortcut | Description |
|
||||
| ---------------- | --------------- |
|
||||
| -------- | ----------------- |
|
||||
| B | Brush |
|
||||
| P | Paint |
|
||||
| L | Line |
|
||||
@ -43,8 +52,7 @@
|
||||
| T | Triangle |
|
||||
| E | Erase |
|
||||
| O | Blending Toggle |
|
||||
| Ctrl + Z | Undo |
|
||||
| Ctrl + Shift + Z | Redo |
|
||||
| G | Shape Fill Toggle |
|
||||
|
||||
## Select Map/Token Screen
|
||||
|
||||
|
@ -7,7 +7,7 @@ The Drawing Tool allows you to draw on top of a map. To access the Drawing Tool
|
||||
A summary of the Drawing Tool options are listed below.
|
||||
|
||||
| Option | Description |
|
||||
| --------- | --------------------------------------------------- |
|
||||
| ---------- | --------------------------------------------------- |
|
||||
| Color | Change the color of the drawings |
|
||||
| Brush | Draw free form lines |
|
||||
| Paint | Draw free form shapes |
|
||||
@ -18,5 +18,4 @@ A summary of the Drawing Tool options are listed below.
|
||||
| Erase | Click and drag to select drawings, release to erase |
|
||||
| Erase All | Erases all drawings on the map |
|
||||
| Blending | Enables/Disables alpha blending |
|
||||
| Undo | Undo drawing or erasing |
|
||||
| Redo | Redo drawing or erasing |
|
||||
| Shape Fill | Enables/Disables shape fill |
|
||||
|
@ -18,5 +18,3 @@ A summary of the Fog Tool options are listed below.
|
||||
| Fog Cutting | Enables/Disables fog cutting |
|
||||
| Layer Toggle | Changes between single layer and multilayer fog |
|
||||
| Fog Preview | Enables/Disables a preview of the final fog shapes |
|
||||
| Undo | Undo a fog action |
|
||||
| Redo | Redo a fog action |
|
||||
|
@ -18,10 +18,11 @@ An overview of each setting is listed below:
|
||||
|
||||
- Label: allows you to write text that is then displayed at the bottom of the token.
|
||||
- Status: allows you to overlay a coloured ring on top of the token, these can be useful for showing status effects.
|
||||
- Size: controls the size of the token each notch represents how many grid cells the token takes up in the horizontal direction.
|
||||
- Rotation: the direction the token faces, restrained to 15 degree increments.
|
||||
- Hide / Show (GM Only): toggle the visibility of the token, useful for tracking invisible enemies.
|
||||
- Lock / Unlock (GM Only): when a token is locked it can't be moved until it is unlocked again.
|
||||
- Category (GM Only): Change the token category. See Editing Tokens for more information about token categories.
|
||||
|
||||
Tokens can be resized by using the controls on the left and right of the token or rotated with the control on the top.
|
||||
|
||||
To delete a token drag in into the delete button that appears when dragging.
|
||||
|
||||
@ -55,7 +56,8 @@ Next you can change the Category of your token, a summary of the options is belo
|
||||
|
||||
- Character - when selected this token will render on top of all other tokens. Used for things like players or enemies.
|
||||
- Prop - when selected this token will render beneath all other tokens. Used for things like items or markers.
|
||||
- Vehicle / Mount - when selected this token will render beneath characters but above props and when moved a character on top of this token will also be moved.
|
||||
- Mount - when selected this token will render beneath characters but above props and when moved a character on top of this token will also be moved.
|
||||
- Attachment - when selected this token will attach to any character underneath it. Used for auras or markers.
|
||||
|
||||
Lastly you can adjust the default size that is used when adding the token to the map by adjusting the Default Size Input.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user