Minimal working example for a character sheet
This commit is contained in:
parent
08a8b89ec0
commit
e5c1cfec97
11 changed files with 91 additions and 31 deletions
4
templates/actors/char-sheet-mvp/partials/stat.hbs
Normal file
4
templates/actors/char-sheet-mvp/partials/stat.hbs
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<div class="stat">
|
||||
<label>{{localize (concat "stat." stat)}}</label>
|
||||
{{> dotdungeon.dice_choice }}
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue