diff --git a/README.md b/README.md index 54ba58d..8d35c6d 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,11 @@ From your character sheet you can make rolls from the `Core` section of the char - A Chrome dialog should pop up asking if you want to open "TaleSpireUrlRelay". Yes you do, and you can toggle the option to "Always allow chrome-extension://[..]" and this dialog won't show up again. - Over in TaleSpire, your dice tray should have been populated with the roll you selected in Roll20. Pickup the dice and roll! +#### Screenshot: Selected wisdom save at advantage + + + + ### 2. Chrome Extension Popup From the popup you can quickly send whatever roll you want into TaleSpire, as long as it is of a valid dice type supported by the game. You can toggle Advantage/Disadvantage, and even add a name for your roll that will be displayed in the VTT. @@ -32,3 +37,7 @@ From the popup you can quickly send whatever roll you want into TaleSpire, as lo - The popup allows you to type the target dice roll, toggle advantage/disadvantage, and provide a name for your roll which will be displayed in TaleSpire - Enter your roll information, hit submit, and fire away! - Note: the popup isn't that large, and it cuts off most of the Chrome dialog asking for permission when opening the TaleSpireUrlRelay. I highly suggest hitting the "Always allow chrome-extension://[..]" checkbox before hitting the "Open TaleSpireUrlRelay" button so the dialog doesn't show up again. + +#### Screenshot: + +![popup example](./images/popup.jpg) diff --git a/images/character-sheet.jpg b/images/character-sheet.jpg new file mode 100644 index 0000000..ccc1b4a Binary files /dev/null and b/images/character-sheet.jpg differ diff --git a/images/popup.jpg b/images/popup.jpg new file mode 100644 index 0000000..25c46d6 Binary files /dev/null and b/images/popup.jpg differ