mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 21:31:39 -05:00
info
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
// M15 Border //
|
||||
//============================================//
|
||||
//Loads the colors
|
||||
loadColors("white-White,blue-Blue,black-Black,red-Red,green-Green,gold-Gold,artifact-Artifact,colorless-Colorless,vehicle-Vehicle,clear-Clear,whiteLand-White Land,blueLand-Blue Land,blackLand-Black Land,redLand-Red Land,greenLand-Green Land,goldLand-Gold Land,colorlessLand-Colorless Land")
|
||||
loadColors("white-White,blue-Blue,black-Black,red-Red,green-Green,gold-Gold,artifact-Artifact,colorless-Colorless,vehicle-Vehicle,whiteLand-White Land,blueLand-Blue Land,blackLand-Black Land,redLand-Red Land,greenLand-Green Land,goldLand-Gold Land,colorlessLand-Colorless Land")
|
||||
//Finishes loading the border style
|
||||
finishChangingBorder()
|
||||
|
@@ -10,6 +10,7 @@ cardData.rulesBox = false
|
||||
cardData.pinline = false
|
||||
cardData.titleTypeBoxes = false
|
||||
cardData.rareStamp = false
|
||||
cardData.transparency = true
|
||||
//Specific Values
|
||||
cardData.manaSymbolDirection = "none"
|
||||
cardData.titleAlignment = "center"
|
||||
@@ -49,14 +50,7 @@ function bottomInfoPlanechase() {
|
||||
var infoSet = document.getElementById("inputInfoSet").value
|
||||
var infoLanguage = document.getElementById("inputInfoLanguage").value
|
||||
var infoArtist = document.getElementById("inputInfoArtist").value
|
||||
var infoCopyright = "CC \u2014 " + document.getElementById("inputInfoCopyright").value
|
||||
if (infoCopyright == "CC \u2014 secretcode") {
|
||||
var date = new Date()
|
||||
var year = date.getFullYear()
|
||||
infoCopyright = "\u2122 & \u00a9 " + year + " Wizards of the Coast"
|
||||
} else if (infoCopyright == "CC \u2014 ") {
|
||||
infoCopyright = ""
|
||||
}
|
||||
var infoCopyright = "\u2122 & \u00a9 " + date.getFullYear() + " Wizards of the Coast"
|
||||
var infoNumberSetLanguage = infoNumber + " " + infoSet + " \u00b7 " + infoLanguage + " "
|
||||
textContext.fillStyle = "white"
|
||||
textContext.font = cheight(15) + "px gothammedium"
|
||||
|
@@ -1,5 +1,5 @@
|
||||
//============================================//
|
||||
// Miniplane Border //
|
||||
// Plane Border //
|
||||
//============================================//
|
||||
//Change canvas size
|
||||
changeCanvasSize(1050, 750)
|
||||
@@ -11,6 +11,7 @@ cardData.legendary = false
|
||||
cardData.creature = false
|
||||
cardData.rareStamp = false
|
||||
cardData.pinline = false
|
||||
cardData.transparency = true
|
||||
//Specific Values
|
||||
cardData.manaSymbolDirection = "none"
|
||||
cardData.titleAlignment = "center"
|
||||
@@ -55,14 +56,7 @@ function bottomInfoPlanechase() {
|
||||
var infoSet = document.getElementById("inputInfoSet").value
|
||||
var infoLanguage = document.getElementById("inputInfoLanguage").value
|
||||
var infoArtist = document.getElementById("inputInfoArtist").value
|
||||
var infoCopyright = "CC \u2014 " + document.getElementById("inputInfoCopyright").value
|
||||
if (infoCopyright == "CC \u2014 secretcode") {
|
||||
var date = new Date()
|
||||
var year = date.getFullYear()
|
||||
infoCopyright = "\u2122 & \u00a9 " + year + " Wizards of the Coast"
|
||||
} else if (infoCopyright == "CC \u2014 ") {
|
||||
infoCopyright = ""
|
||||
}
|
||||
var infoCopyright = "\u2122 & \u00a9 " + date.getFullYear() + " Wizards of the Coast"
|
||||
var infoNumberSetLanguage = infoNumber + " " + infoSet + " \u00b7 " + infoLanguage + " "
|
||||
textContext.fillStyle = "white"
|
||||
textContext.font = cheight(18) + "px gothammedium"
|
||||
|
Reference in New Issue
Block a user