diff --git a/components/Object/Card/ObjectCardDeck.vue b/components/Object/Card/ObjectCardDeck.vue index 466847a..20917ff 100644 --- a/components/Object/Card/ObjectCardDeck.vue +++ b/components/Object/Card/ObjectCardDeck.vue @@ -8,6 +8,7 @@ const props = defineProps<{ // Stores const boardStore = useBoardStore() const levelStore = useLevelStore() +const cardStore = useCardStore() // Handle dragging card decks const hoveringOverBottomCard = ref(false) @@ -57,16 +58,51 @@ const { getVisualComponentName } = useCardVisual() :model-value="boardCard.currentHealth" :max="boardCard.card.health" /> -
+ Can interact with: +
+ ++ Can interact with: +
+ ++ Can interact with: +
+ ++ But unfortunately, you are lost in the depth of space. Well, someone is probably sad about that 😰. Anyway, thanks for playing! +
+ +