diff --git a/src/docs/assets/DiceRolling.mp4 b/src/docs/assets/DiceRolling.mp4 new file mode 100644 index 0000000..94b9711 Binary files /dev/null and b/src/docs/assets/DiceRolling.mp4 differ diff --git a/src/docs/assets/DiceStyles.mp4 b/src/docs/assets/DiceStyles.mp4 new file mode 100644 index 0000000..d612302 Binary files /dev/null and b/src/docs/assets/DiceStyles.mp4 differ diff --git a/src/docs/assets/DiceTraySize.mp4 b/src/docs/assets/DiceTraySize.mp4 new file mode 100644 index 0000000..ab17ef4 Binary files /dev/null and b/src/docs/assets/DiceTraySize.mp4 differ diff --git a/src/docs/assets/OpenDiceTray.mp4 b/src/docs/assets/OpenDiceTray.mp4 new file mode 100644 index 0000000..17baf1c Binary files /dev/null and b/src/docs/assets/OpenDiceTray.mp4 differ diff --git a/src/docs/assets/index.js b/src/docs/assets/index.js index 1b52972..48b9073 100644 --- a/src/docs/assets/index.js +++ b/src/docs/assets/index.js @@ -4,6 +4,10 @@ import customMaps from "./CustomMaps.mp4"; import customMapsAdvanced from "./CustomMapsAdvanced.jpg"; import resetingAndRemovingMaps from "./ResetingAndRemovingMaps.mp4"; import usingDrawing from "./UsingDrawing.mp4"; +import openDiceTray from "./OpenDiceTray.mp4"; +import diceRolling from "./DiceRolling.mp4"; +import diceStyles from "./DiceStyles.mp4"; +import diceTraySize from "./DiceTraySize.mp4"; export default { audioSharingFaq, @@ -12,4 +16,8 @@ export default { customMapsAdvanced, resetingAndRemovingMaps, usingDrawing, + openDiceTray, + diceRolling, + diceStyles, + diceTraySize, }; diff --git a/src/docs/howTo/usingDice.md b/src/docs/howTo/usingDice.md index 081cd59..1c15c0d 100644 --- a/src/docs/howTo/usingDice.md +++ b/src/docs/howTo/usingDice.md @@ -1,22 +1,32 @@ Owlbear Rodeo supports a physically simulated 3D dice tray and dice. To access these features click the Show Dice Tray icon in the top left of the map view. +![Open Dice Tray](openDiceTray) + ## Rolling and Rerolling To roll dice with the dice tray open simply click the Add Dice icon for the type of dice you wish to add. + A running total of how many dice you have added will show up above each dice icon. Once your dice have been rolled a calculated total of the dice can be seen on the bottom of the dice tray. To reroll all your dice you can click the Reroll Dice icon in the bottom right of the dice tray if you wish to reroll a single die you can simply grab the dice and throw it in the dice tray. +![Dice Rolling](diceRolling) + ## Clearing To clear the dice in your dice tray you can click the Clear Dice button in the bottom left of the dice tray. ## Styling Your Dice -Owlbear Rodeo has a bunch of varying dice styles to choose from when you roll. To change your dice style click Select Dice Style Button in the top left of the dice tray. +Owlbear Rodeo has a bunch of varying dice styles to choose from when you roll. +To change your dice style click Select Dice Style Button in the top left of the dice tray. + +![Dice Styles](diceStyles) ## Expanding Your Dice Tray The dice tray comes in two different sizes to change the size click the Expand Dice Tray Button in the top right of the dice tray. + +![Dice Tray Size](diceTraySize)