From a8ca8c0d33518fcb6eee8d7b80d8e626a340a986 Mon Sep 17 00:00:00 2001 From: Branden J Brown Date: Sat, 3 Feb 2024 14:19:54 -0600 Subject: [PATCH] show game over button for controls --- site/src/components/Game.vue | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/site/src/components/Game.vue b/site/src/components/Game.vue index fa0763b..aaff001 100644 --- a/site/src/components/Game.vue +++ b/site/src/components/Game.vue @@ -18,7 +18,13 @@ - + + + + THE GAME IS OVER + + + SHOOT {{ dealerTarget }} @@ -27,7 +33,7 @@ SHOOT {{ challTarget }} - + THE {{ currentTurn }} IS CONSIDERING