Latest updates

This commit is contained in:
2026-07-10 16:58:33 +02:00
parent 8a27cef9a4
commit cd2e07ed97
22 changed files with 363 additions and 181 deletions
+15
View File
@@ -50,6 +50,21 @@
<i class="fas fa-bolt"></i>
{{localize "HAMALRON.TarotDeck.DrawTension"}}
</button>
<button type="button" class="action-button draw-three-trumps-button" data-action="drawThreeTrumps" {{#unless hasCards}}disabled{{/unless}}>
<i class="fas fa-crown"></i>
{{localize "HAMALRON.TarotDeck.DrawThreeTrumps"}}
</button>
<button type="button" class="action-button draw-eight-numbered-button" data-action="drawEightNumbered" {{#unless hasCards}}disabled{{/unless}}>
<i class="fas fa-hashtag"></i>
{{localize "HAMALRON.TarotDeck.DrawEightNumbered"}}
</button>
<button type="button" class="action-button draw-one-trump-button" data-action="drawOneTrump" {{#unless hasCards}}disabled{{/unless}}>
<i class="fas fa-star"></i>
{{localize "HAMALRON.TarotDeck.DrawOneTrump"}}
</button>
</div>
{{#unless hasCards}}