mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
Merged with main
This commit is contained in:
parent
4510deae96
commit
01dd5ced94
10 changed files with 165 additions and 5 deletions
7
templates/ui/effects-display.hbs
Normal file
7
templates/ui/effects-display.hbs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<div class="effects-display-container">
|
||||
{{#each effects as | effect |}}
|
||||
<div class="effect-container">
|
||||
<img src="{{effect.img}}" />
|
||||
</div>
|
||||
{{/each}}
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue