Added embeds for how tos

This commit is contained in:
Mitchell McCaffrey 2020-07-12 18:38:53 +10:00
parent dfc253c765
commit fe0a58ca5a
8 changed files with 13 additions and 5 deletions

View File

@ -127,7 +127,7 @@ function TableCell({ children }) {
function Link({ href, children }) {
const linkText = children[0].props.value;
if (linkText === "embed:") {
return <Embed src={href} />;
return <Embed src={href} my={2} />;
} else {
console.log(href);
return <UILink href={href}>{children}</UILink>;

View File

@ -1 +1 @@
TODO
[embed:](https://www.youtube.com/embed/KLUsOZA-SHI)

View File

@ -1,3 +1,5 @@
[embed:](https://www.youtube.com/embed/ztLDznOpmsg)
Once you have started a game you can share a map to all other party members by clicking the Select Map button then selecting the desired map to share and clicking the Done button.
## Default Maps

View File

@ -1,3 +1,5 @@
[embed:](https://www.youtube.com/embed/Er_grVmqpk0)
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)

View File

@ -1,3 +1,5 @@
[embed:](https://www.youtube.com/embed/2e07DtB-Xrc)
The Drawing Tool allows you to draw on top of a map. To access the Drawing Tool click the Drawing Tool Button in the top right of the map view.
![Using Drawing](usingDrawing)

View File

@ -1,3 +1,5 @@
[embed:](https://www.youtube.com/embed/AMLmyaXMyYA)
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)

View File

@ -1,3 +1,5 @@
[embed:](https://www.youtube.com/embed/j-9X9CF7_UY)
Once you have a map shared between a party all players can drag tokens from the Token List on the right hand side of the screen. Tokens can then be used to represent players, monsters or any other object that needs to be moved around the map.
## Default Tokens

View File

@ -41,9 +41,7 @@ function ReleaseNotes() {
How To
</Text>
<div id="overview">
<Accordion heading="Overview" defaultOpen>
<Markdown source={overview} assets={assets} />
</Accordion>
<Markdown source={overview} assets={assets} />
</div>
<div id="startingAndJoining">
<Accordion heading="Starting and Joining a Game">