mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 05:14:53 -05:00
samples
This commit is contained in:
@@ -1066,7 +1066,7 @@ function downloadCardImage(linkElement) {
|
|||||||
linkElement.href = cardImageData
|
linkElement.href = cardImageData
|
||||||
}
|
}
|
||||||
//Randomizes the sample cards at the bottom of the page. Runs it here too
|
//Randomizes the sample cards at the bottom of the page. Runs it here too
|
||||||
randomizeSampleCards(3)
|
randomizeSampleCards(6)
|
||||||
function randomizeSampleCards(count) {
|
function randomizeSampleCards(count) {
|
||||||
var cardNumbers = []
|
var cardNumbers = []
|
||||||
while (cardNumbers.length < 3) {
|
while (cardNumbers.length < 3) {
|
||||||
|
BIN
sampleCards/sample-card-4.png
Normal file
BIN
sampleCards/sample-card-4.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 MiB |
BIN
sampleCards/sample-card-5.png
Normal file
BIN
sampleCards/sample-card-5.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.0 MiB |
BIN
sampleCards/sample-card-6.png
Normal file
BIN
sampleCards/sample-card-6.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 MiB |
Reference in New Issue
Block a user