diff --git a/apps/multidice/README.md b/apps/multidice/README.md index 056e5a7eb..72a2d8af5 100644 --- a/apps/multidice/README.md +++ b/apps/multidice/README.md @@ -4,12 +4,16 @@ roll anywhere from 1-8 dice at the same time. ## Usage +![startup.png](startup.png) On the menu screen: tap on the dice to change what variant is selected, & shake/or press BTN to roll the dice +![single_rolled.png](single_rolled.png) On the dice screen: tap anywhere on the screen to go back to the menu, or shake/or press BTN to roll the dice ## Features roll anywhere from 1-8 dice (d4, d6, d8, d10, d12, d20, & d percentile). You can select multiple different dice at the same time +![many_selected.png](many_selected.png) +![many_rolled.png](many_rolled.png) ## Controls diff --git a/apps/multidice/many_rolled.png b/apps/multidice/many_rolled.png new file mode 100644 index 000000000..4cf34e9c7 Binary files /dev/null and b/apps/multidice/many_rolled.png differ diff --git a/apps/multidice/many_selected.png b/apps/multidice/many_selected.png new file mode 100644 index 000000000..137e2c363 Binary files /dev/null and b/apps/multidice/many_selected.png differ diff --git a/apps/multidice/single_rolled.png b/apps/multidice/single_rolled.png new file mode 100644 index 000000000..3ce67ab74 Binary files /dev/null and b/apps/multidice/single_rolled.png differ diff --git a/apps/multidice/startup.png b/apps/multidice/startup.png new file mode 100644 index 000000000..587281e5c Binary files /dev/null and b/apps/multidice/startup.png differ