fix/single-player #100
@@ -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 }"
|
||||||
|
|||||||
Reference in New Issue
Block a user