mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-16 05:31:07 +01:00
Initial commit
This commit is contained in:
commit
aa4021d1a2
163 changed files with 26530 additions and 0 deletions
5
templates/dialog/item-select.hbs
Normal file
5
templates/dialog/item-select.hbs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<form class="flexcol">
|
||||
{{#each this.items as |item index|}}
|
||||
<button class="item-button" data-index="{{index}}">{{localize item.name}} <i class="fa-solid fa-check item-icon"></i></button>
|
||||
{{/each}}
|
||||
</form>
|
||||
Loading…
Add table
Add a link
Reference in a new issue