From 3c3ee0565a221618236d7ae22a8463a6341ea5a7 Mon Sep 17 00:00:00 2001 From: Dylan Pizzo Date: Sat, 4 Jan 2025 21:35:37 -0500 Subject: [PATCH] update cards list --- cards.js | 15 ++++++++++++++- ...e_Village.png => Productive_Village_v0.1.png} | Bin index.html | 8 ++++---- 3 files changed, 18 insertions(+), 5 deletions(-) rename cards/{Productive_Village.png => Productive_Village_v0.1.png} (100%) diff --git a/cards.js b/cards.js index c709161..37aaf99 100644 --- a/cards.js +++ b/cards.js @@ -1,3 +1,16 @@ const cards = [ - "High_Council" + "Chateau", + "Consul", + "Eclipse", + "Flask", + "Foundry", + "Moonlit_Scheme", + "Productive_Village", + "Retainer", + "Secret_Society", + "Shovel", + "Silk", + "Steelworker", + "Vase", + "Vendor", ] \ No newline at end of file diff --git a/cards/Productive_Village.png b/cards/Productive_Village_v0.1.png similarity index 100% rename from cards/Productive_Village.png rename to cards/Productive_Village_v0.1.png diff --git a/index.html b/index.html index 4b4e389..da53664 100644 --- a/index.html +++ b/index.html @@ -30,10 +30,10 @@ const addCard = (card) => { cardsDiv.innerHTML += `` } - // randomizers - for (const card of cards) { - addCard(card); - } + // // randomizers + // for (const card of cards) { + // addCard(card); + // } // cards for (const card of cards) { for (let i = 0; i < 10; i++) {