diff --git a/src/pages/shop/_shop_main.svelte b/src/pages/shop/_shop_main.svelte index af49449..0ba1f3a 100644 --- a/src/pages/shop/_shop_main.svelte +++ b/src/pages/shop/_shop_main.svelte @@ -17,7 +17,7 @@
-
+
{#if allItems != undefined} {#each allItems as item, i} diff --git a/src/pages/shop/comps/ShopItemCard.svelte b/src/pages/shop/comps/ShopItemCard.svelte index 8d06766..c2147ae 100644 --- a/src/pages/shop/comps/ShopItemCard.svelte +++ b/src/pages/shop/comps/ShopItemCard.svelte @@ -2,22 +2,64 @@ import type { ShopItem } from "@src/ts/api/classes/ShopItem"; export let shopItem: ShopItem; + + const selectionScale = 95; -
-
-
- -
- +
+
+
+ +