Implement the most basic version of a dice pool configuration
This commit is contained in:
parent
c62d3cae2f
commit
a95412ad2e
19 changed files with 465 additions and 30 deletions
8
templates/Apps/DicePool/buttons.hbs
Normal file
8
templates/Apps/DicePool/buttons.hbs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<div class="button-row">
|
||||
<button
|
||||
type="button"
|
||||
data-action="roll"
|
||||
>
|
||||
Roll
|
||||
</button>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue