mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-10 19:17:09 +01:00
Added Drag of features from Adversary/Environment settings to anywhere in Foundry
This commit is contained in:
parent
424335a3f2
commit
b625a03977
4 changed files with 36 additions and 4 deletions
|
|
@ -10,7 +10,7 @@
|
|||
<legend>{{localize tabs.features.label}}</legend>
|
||||
<ul class="feature-list">
|
||||
{{#each document.system.features as |feature|}}
|
||||
<li class="feature-item">
|
||||
<li class="feature-item" id="{{feature.id}}">
|
||||
<img src="{{feature.img}}" alt="">
|
||||
<div class="label">
|
||||
<span>{{feature.name}}</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue