mirror of
https://github.com/exane/not-gwent-online
synced 2025-08-20 05:27:38 +00:00
setup some kind of card-tooltip
This commit is contained in:
client
@@ -1 +1,7 @@
|
||||
<img src="{{src}}">
|
||||
<img src="../assets/cards/{{card.img}}.png" height="450">
|
||||
<div class="preview-description">
|
||||
<p>{{card.name}}</p>
|
||||
{{#each abilities as |val key|}}
|
||||
<p>{{val}}</p>
|
||||
{{/each}}
|
||||
</div>
|
Reference in New Issue
Block a user