hotfix: Singler player now plays fine

This commit is contained in:
AfonsoCMSousa
2026-01-03 14:02:58 +00:00
parent 83832aaaa9
commit a3da9af90d
@@ -18,6 +18,7 @@
<div class="animate-pulse text-xl">Preparing game...</div> <div class="animate-pulse text-xl">Preparing game...</div>
</div> </div>
<GameOver :is-visible="store.isGameOver" :winner="store.winner || 'draw'" :player-score="store.playerScore" <GameOver :is-visible="store.isGameOver" :winner="store.winner || 'draw'" :player-score="store.playerScore"
:opponent-score="store.opponentScore" :opponent-score="store.opponentScore"
:stats="{ playerTricks: store.playerTricks, opponentTricks: store.opponentTricks }" :stats="{ playerTricks: store.playerTricks, opponentTricks: store.opponentTricks }"