diff --git a/src/docs/assets/AddPartyMember.mp4 b/src/docs/assets/AddPartyMember.mp4 new file mode 100644 index 0000000..4a2051a Binary files /dev/null and b/src/docs/assets/AddPartyMember.mp4 differ diff --git a/src/docs/assets/ChangeNickname.mp4 b/src/docs/assets/ChangeNickname.mp4 new file mode 100644 index 0000000..66242a3 Binary files /dev/null and b/src/docs/assets/ChangeNickname.mp4 differ diff --git a/src/docs/assets/index.js b/src/docs/assets/index.js index a022672..1fe9e3c 100644 --- a/src/docs/assets/index.js +++ b/src/docs/assets/index.js @@ -15,6 +15,8 @@ import workingWithTokens from "./WorkingWithTokens.mp4"; import deletingTokens from "./DeletingTokens.mp4"; import customTokens from "./CustomTokens.mp4"; import customTokensAdvanced from "./CustomTokensAdvanced.jpg"; +import addPartyMember from "./AddPartyMember.mp4"; +import changeNickname from "./ChangeNickname.mp4"; export default { audioSharingFaq, @@ -34,4 +36,6 @@ export default { deletingTokens, customTokens, customTokensAdvanced, + addPartyMember, + changeNickname, }; diff --git a/src/docs/howTo/sharingMaps.md b/src/docs/howTo/sharingMaps.md index 91dd97b..4dc1a51 100644 --- a/src/docs/howTo/sharingMaps.md +++ b/src/docs/howTo/sharingMaps.md @@ -2,7 +2,7 @@ Once you have started a game you can share a map to all other party members by c ## Default Maps -Owlbear Rodeo comes with a selection of default maps that allow you to quickly get up and running by picking an environment. +Owlbear Rodeo comes with a selection of default maps that allow you to quickly get up and running. ![Default Maps](defaultMaps) @@ -27,10 +27,11 @@ To do this there is the Column and Row properties. Columns represents how many g ## Custom Maps (Advanced) Once a custom map has been uploaded there are a few advanced settings available. +To get access to these settings, with the desired map selected, click the Show More button under the Rows and Columns in the Map Select Screen. ![Custom Maps Advanced](customMapsAdvanced) -To get access to these settings, with the desired map selected, click the Show More button under the Rows and Columns in the Map Select Screen. A brief summary of these settings is listed below. +A brief summary of these settings is listed below. - Name: The name of the map shown in the Map Select Screen. - Grid Type: Change the type of grid to use for the map. Currently only the Square type is supported however Hex will be added in a future release. diff --git a/src/docs/howTo/startingAndJoining.md b/src/docs/howTo/startingAndJoining.md index 4d83ef6..8991ddd 100644 --- a/src/docs/howTo/startingAndJoining.md +++ b/src/docs/howTo/startingAndJoining.md @@ -6,9 +6,19 @@ TODO: Add video `Tip: When starting a game you can add a password to protect your session from unwanted guests` +Once a game has been started you can invite players by clicking the Add Party Member Button in the bottom left of the screen and sharing either the Game ID or the link to the game. + +![Add Party Member](addPartyMember) + ## Joining a game Joining a game can be done in two ways. 1. Visiting the same link as someone already in the game. -2. Clicking the Join Game button on the [home page](https://owlbear.rodeo) and entering the ID of the game. +2. Clicking the Join Game Button on the [home page](https://owlbear.rodeo) and entering the ID of the game. + +## Creating a Nickname + +Whether you're starting your first game or joining a game for the first time you will most likely want to set a nickname. To do so once in a game select the Change Nickname Button on the bottom left of the screen. + +![Change Nickname](changeNickname)