diff --git a/index.html b/index.html index bf183a09..7b1ea36a 100644 --- a/index.html +++ b/index.html @@ -407,6 +407,7 @@ for (i = 0; i < imgListUser.length; i ++) { var imgName = "img" + imgListUser[i].charAt(0).toUpperCase() + imgListUser[i].slice(1) window[imgName] = new Image() } +imgArt.crossOrigin = "anonymous" //Load static images var imgListStatic = ["artistBrush", "foil", "stampGradient", "multiGradient", "rareStamp", "cardMask", "bar", "identity"] for (i = 0; i < imgListStatic.length; i ++) { @@ -1066,7 +1067,7 @@ function downloadCardImage(linkElement) { } //Randomizes the sample cards at the bottom of the page. Runs it here too -randomizeSampleCards(6) +randomizeSampleCards(3) function randomizeSampleCards(count) { var cardNumbers = [] while (cardNumbers.length < 3) { diff --git a/sampleCards/card (1).png b/sampleCards/card (1).png new file mode 100644 index 00000000..bf183a09 --- /dev/null +++ b/sampleCards/card (1).png @@ -0,0 +1,1084 @@ + + + + Card Conjurer + + + + + +
Card Conjurer
+ + + +
+
+
+ +
+
Card Border
+
+ Border + +
+ Color + +
+ Second Color +
+ Third Color +
+ Power/Toughness + +
+
+
+
Border (Advanced)
+
+ Legendary +
+ Nyx +
+ Miracle +
+ Rare Stamp +
+ Flip Icon +
+ Flip Tip + +
+ Flipped (Darker) +
+ Silver Border +
+ Border Color +
+ Foil +
+ Color Identity + +
+
+
+
Name, Mana Cost, Type
+
+ Name + +
+ Mana Cost + +
+ Type + +
+
+
+
Rules Text
+
+ Rules Text +
+ +
+ Rules Text Font Size + +
+ Pixels Between Paragraphs + +
+ Shift All Text Down + +
+
+
+
Card Art
+
+ Image + +
+ +
+ Image Zoom + +
+ Image Left + +
+ Image Up + +
+
+
+
Bottom Information
+
+ Other Info + +
+ Card Number + +
+ Rarity + +
+ Set Abbreviation + +
+ Language + +
+ Artist Credit + +
+ Make Artist Credit font black +
+
+
+
Set Symbol and Watermark
+
+ Set Symbol +
+ Set Code + +
+ Set Symbol Rarity + +
+ Custom Set Symbol + +
+ +
+ Scale Set Symbol + +

+ + Watermark +
+ +
+ +
+ Watermark Color +
+ +
+ Second Watermark Color +
+ +
+
+
+
Download/Options
+
+ Frame Rate + + Download +
+
+ +
+
+
+ Use the following codes to get the respective symbol in the card's mana cost and rules text. In the mana cost, make sure to include spaces in between the codes, and in the rules text include '<' before each code and '>' after.
+
+
+
+ When selecting the card's color, use 'Second Color' for hybrid cards, and 'Third Color' for non-hybrid two-colored cards. +
+
+ Check out some samples!
+ + + +
+
For Terms of Use and Disclaimer, see the Github page.
+ + + + + + + + + + + diff --git a/sampleCards/sample-card-1.png b/sampleCards/sample-card-1.png index 7e86af6d..84449c80 100644 Binary files a/sampleCards/sample-card-1.png and b/sampleCards/sample-card-1.png differ diff --git a/sampleCards/sample-card-2.png b/sampleCards/sample-card-2.png index 25a649e7..bf183a09 100644 Binary files a/sampleCards/sample-card-2.png and b/sampleCards/sample-card-2.png differ diff --git a/sampleCards/sample-card-3.png b/sampleCards/sample-card-3.png deleted file mode 100644 index 529b3704..00000000 Binary files a/sampleCards/sample-card-3.png and /dev/null differ diff --git a/sampleCards/sample-card-4.png b/sampleCards/sample-card-4.png deleted file mode 100644 index 4d6a2ee6..00000000 Binary files a/sampleCards/sample-card-4.png and /dev/null differ diff --git a/sampleCards/sample-card-5.png b/sampleCards/sample-card-5.png deleted file mode 100644 index 77c9b252..00000000 Binary files a/sampleCards/sample-card-5.png and /dev/null differ diff --git a/sampleCards/sample-card-6.png b/sampleCards/sample-card-6.png deleted file mode 100644 index 84449c80..00000000 Binary files a/sampleCards/sample-card-6.png and /dev/null differ