From 56cbe9bab45b9add940d47c58ddd11f40440e28a Mon Sep 17 00:00:00 2001 From: legonzaur Date: Thu, 25 Apr 2024 00:32:40 +0200 Subject: [PATCH] card locking and event triggering WIP --- app.vue | 10 +++++ components/CardPreview.vue | 18 ++++++--- components/CardSlot.vue | 17 +++++---- components/GameBoard.vue | 32 ++++------------ components/PlayerSlot.vue | 73 +++++++++++++++++++------------------ public/cards/background.jpg | 3 ++ 6 files changed, 81 insertions(+), 72 deletions(-) create mode 100644 public/cards/background.jpg diff --git a/app.vue b/app.vue index ae87610..1d03985 100644 --- a/app.vue +++ b/app.vue @@ -1,8 +1,10 @@ diff --git a/components/PlayerSlot.vue b/components/PlayerSlot.vue index c16ac17..1e6a53f 100644 --- a/components/PlayerSlot.vue +++ b/components/PlayerSlot.vue @@ -1,11 +1,15 @@