diff --git a/public/mock-cards/arid_desert.webp b/public/mock-cards/arid_desert.webp new file mode 100644 index 0000000..fb7fce1 Binary files /dev/null and b/public/mock-cards/arid_desert.webp differ diff --git a/public/mock-cards/death_dealer.webp b/public/mock-cards/death_dealer.webp new file mode 100644 index 0000000..f4d3d43 Binary files /dev/null and b/public/mock-cards/death_dealer.webp differ diff --git a/public/mock-cards/infernal_legion.webp b/public/mock-cards/infernal_legion.webp new file mode 100644 index 0000000..460801e Binary files /dev/null and b/public/mock-cards/infernal_legion.webp differ diff --git a/public/mock-cards/jihad.webp b/public/mock-cards/jihad.webp new file mode 100644 index 0000000..73b0c5d Binary files /dev/null and b/public/mock-cards/jihad.webp differ diff --git a/public/mock-cards/sorcerer.webp b/public/mock-cards/sorcerer.webp new file mode 100644 index 0000000..16c368e Binary files /dev/null and b/public/mock-cards/sorcerer.webp differ diff --git a/public/mock-cards/wayfaring_pilgrim.webp b/public/mock-cards/wayfaring_pilgrim.webp new file mode 100644 index 0000000..87e5c17 Binary files /dev/null and b/public/mock-cards/wayfaring_pilgrim.webp differ diff --git a/src/components/atoms/mock-cards/card.tsx b/src/components/atoms/mock-cards/card.tsx index 042e043..227e0b9 100644 --- a/src/components/atoms/mock-cards/card.tsx +++ b/src/components/atoms/mock-cards/card.tsx @@ -56,13 +56,14 @@ export const CardImage = ({ position={show ? "absolute" : "unset"} h="310px" w="100%" - bgImage={`url(/mock-cards/${img})`} backgroundPosition="top" backgroundSize="cover" backgroundRepeat="no-repeat" transform={show ? "scale(1.5)" : "unset"} transition="all 0.25s ease" - // bg="gray.400" + style={{ + backgroundImage: `url(/mock-cards/${img})`, + }} />{" "} ); diff --git a/src/components/organisms/GameBoard/Layout.tsx b/src/components/organisms/GameBoard/Layout.tsx index f58543c..c1caefb 100644 --- a/src/components/organisms/GameBoard/Layout.tsx +++ b/src/components/organisms/GameBoard/Layout.tsx @@ -21,7 +21,7 @@ export const GameLayout = ( }} >
- Right click cards to view in full + Playtest cards on a grid. Click to tap. Right click to view big.