mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-15 05:01:08 +01:00
Added hover functionality to adversary damage cards
This commit is contained in:
parent
af780520dd
commit
744412bf9f
3 changed files with 40 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<div class="daggerheart chat damage-summary">
|
||||
{{#each targets}}
|
||||
<div class="target-container">
|
||||
<div class="token-target-container" data-token-uuid="{{this.token.uuid}}">
|
||||
<header>
|
||||
<img src="{{this.token.texture.src}}" />
|
||||
<label>{{this.token.name}}</label>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue