SyntaxSquad/DADProject#14 Added final touches to the gameplay

This commit is contained in:
2025-12-29 11:15:34 +00:00
committed by FernandoJVideira
parent ab231ee94f
commit 08c20acdf4
3 changed files with 41 additions and 53 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
<template>
<div class="relative flex items-center justify-center w-64 h-48">
<div
v-if="trumpCard"
class="absolute rotate-90 origin-center transition-all duration-700"
:class="[trumpReveal && 'scale-110']"
>
@@ -68,7 +69,7 @@ import GameCard from './GameCard.vue'
const props = defineProps({
trumpCard: {
type: Object,
required: true,
default: null,
},
cardsRemaining: {
type: Number,