feat(ui): added working animations ui

Added animations
This commit is contained in:
LQ63
2025-11-06 08:01:16 +01:00
parent 802b76ac1a
commit 24996bcaa0
2 changed files with 15 additions and 1 deletions

View File

@@ -55,7 +55,7 @@
</div>
<!-- Player Hand at the BOTTOM -->
<div class="row justify-content-center g-2 mt-4">
<div class="row justify-content-center g-2 mt-4" id="card-slide">
@for(i <- player.currentHand().get.cards.indices) {
<div class="col-auto">
<form action="@(routes.IngameController.playCard(gamelobby.id))" method="post" class="m-0 p-0">