Get the stats displaying on the character sheet nicely
This commit is contained in:
parent
98af0683c3
commit
354a2d099b
6 changed files with 41 additions and 14 deletions
|
|
@ -1,4 +1,6 @@
|
|||
<div class="stat">
|
||||
<label>{{localize (concat "stat." stat)}}</label>
|
||||
<label class="stat stat--{{name}}">
|
||||
<button class="roll-stat" data-stat="{{name}}">
|
||||
{{localize (concat "dotdungeon.stat." name)}}
|
||||
</button>
|
||||
{{> dotdungeon.dice_choice }}
|
||||
</div>
|
||||
</label>
|
||||
Loading…
Add table
Add a link
Reference in a new issue