From 22ad0641213218d6a55dba413a22129cb8ef01db Mon Sep 17 00:00:00 2001 From: legonzaur Date: Thu, 16 May 2024 15:12:43 +0200 Subject: [PATCH] [Fix] Bring back hand overlay my beloved Closes #48 --- components/GameBoard.vue | 1 + components/PlayerSlot.vue | 48 ++++++++++++++++++++++++++++++++++++--- components/SelfView.vue | 40 +++++++++----------------------- 3 files changed, 57 insertions(+), 32 deletions(-) diff --git a/components/GameBoard.vue b/components/GameBoard.vue index ee3ccae..1d466b1 100644 --- a/components/GameBoard.vue +++ b/components/GameBoard.vue @@ -20,6 +20,7 @@ const discard_unwrapped = ref(false) +