First full step for character creation
This commit is contained in:
12
templates/dialogs/character-creator-select-questions.hbs
Normal file
12
templates/dialogs/character-creator-select-questions.hbs
Normal 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>
|
Reference in New Issue
Block a user