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++) {