diff --git a/src/docs/assets/UsingFog.mp4 b/src/docs/assets/UsingFog.mp4 new file mode 100644 index 0000000..2012c9a Binary files /dev/null and b/src/docs/assets/UsingFog.mp4 differ diff --git a/src/docs/assets/index.js b/src/docs/assets/index.js index 48b9073..fba77b5 100644 --- a/src/docs/assets/index.js +++ b/src/docs/assets/index.js @@ -8,6 +8,7 @@ import openDiceTray from "./OpenDiceTray.mp4"; import diceRolling from "./DiceRolling.mp4"; import diceStyles from "./DiceStyles.mp4"; import diceTraySize from "./DiceTraySize.mp4"; +import usingFog from "./UsingFog.mp4"; export default { audioSharingFaq, @@ -20,4 +21,5 @@ export default { diceRolling, diceStyles, diceTraySize, + usingFog, }; diff --git a/src/docs/howTo/usingFog.md b/src/docs/howTo/usingFog.md index 0ea8d64..02e6dfd 100644 --- a/src/docs/howTo/usingFog.md +++ b/src/docs/howTo/usingFog.md @@ -1,5 +1,9 @@ The Fog Tool allows you to add hidden areas to control what the other party members can see on your map. To access the Fog Tool click the Fog Tool Button in the top right of the map view. +![Using Fog](usingFog) + +`Tip: When using the Fog Tool the fog will be transparent, this is to make it easier to align your fog with the map below. When the Fog Tool is no longer in use the fog will be opaque. This extends to other party members meaning if others are denied fog editing permissions they can not see under the fog until you reveal what's underneath.` + A summary of the Fog Tool options are listed below. | Option | Description | Shortcut | @@ -7,7 +11,7 @@ A summary of the Fog Tool options are listed below. | Fog Polygon | Click to add points to a fog shape | P, Enter (Accept Shape), Escape (Cancel Shape) | | Fog Brush | Drag to add a free form fog shape | B | | Toggle Fog | Click a fog shape to hide/show it | T | -| Remove Fog | Click a fog shape to erase it | R | +| Remove Fog | Click a fog shape to remove it | R | | Add Fog | When selected drawing a fog shape will add it to the scene | Alt (Toggle) | | Subtract Fog | When selected drawing a fog shape will subtract it from other shapes | Alt (Toggle) | | Edge Snapping | Enables/Disables edge snapping | S |