mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-15 21:21:08 +01:00
Dragging features from one adversary to another (#788)
This commit is contained in:
parent
5359455050
commit
f81d0d250f
4 changed files with 33 additions and 6 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" id="{{feature.id}}">
|
||||
<li class="feature-item" id="{{feature.id}}" draggable="true">
|
||||
<img src="{{feature.img}}" alt="">
|
||||
<div class="label">
|
||||
<span>{{feature.name}}</span>
|
||||
|
|
@ -22,5 +22,8 @@
|
|||
</li>
|
||||
{{/each}}
|
||||
</ul>
|
||||
<div class="features-dragger">
|
||||
{{localize "DAGGERHEART.GENERAL.dropFeaturesHere"}}
|
||||
</div>
|
||||
</fieldset>
|
||||
</section>
|
||||
Loading…
Add table
Add a link
Reference in a new issue