First full step for character creation

This commit is contained in:
2025-01-31 11:54:52 +01:00
parent 6331ab9736
commit a72e671f75
46 changed files with 548 additions and 168 deletions

View File

@ -0,0 +1,12 @@
<div class="fvtt-te-deum-character-creator">
<h2>{{title}}</h2>
<div class="form-group">
{{question}}
</div>
<div class="flexcol">
{{radioBoxes 'responseKey' responsesRadio checked="reponse1" valueAttr="id" labelAttr="label"}}
</div>
</div>