daggerheart/templates/ui/tooltip/downtime.hbs
2025-07-17 17:47:13 +02:00

7 lines
No EOL
278 B
Handlebars

<div class="daggerheart dh-style tooltip">
<div class="tooltip-title-container">
<img class="tooltip-image" src="{{move.img}}" />
<h2 class="tooltip-title">{{move.name}}</h2>
</div>
<div class="tooltip-description">{{{move.description}}}</div>
</div>