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
9
templates/actors/char-sheet-mvp/sheet.hbs
Normal file
9
templates/actors/char-sheet-mvp/sheet.hbs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<form autocomplete="off">
|
||||
<h2>{{localize "stat.title"}}</h2>
|
||||
{{> dotdungeon.stat stat="build" }}
|
||||
{{> dotdungeon.stat stat="meta" }}
|
||||
{{> dotdungeon.stat stat="presence" }}
|
||||
{{> dotdungeon.stat stat="hands" }}
|
||||
{{> dotdungeon.stat stat="tilt" }}
|
||||
{{> dotdungeon.stat stat="rng" }}
|
||||
</form>
|
||||
Loading…
Add table
Add a link
Reference in a new issue