update cards list
This commit is contained in:
parent
98a2ce93fe
commit
3c3ee0565a
15
cards.js
15
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",
|
||||
]
|
Before Width: | Height: | Size: 2.0 MiB After Width: | Height: | Size: 2.0 MiB |
@ -30,10 +30,10 @@
|
||||
const addCard = (card) => {
|
||||
cardsDiv.innerHTML += `<img class="card" src="./cards/${card}_v0.1.png"/>`
|
||||
}
|
||||
// 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++) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user