mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-28 13:51:50 -05:00
fix
This commit is contained in:
@@ -24,7 +24,5 @@ imgTitleMask.load("data/borders/fullArtLandM15/imgTitleMask.png")
|
||||
imgTypeMask.load("data/borders/fullArtLandM15/imgTypeMask.png")
|
||||
//Loads the Colors
|
||||
loadColors("white-White,blue-Blue,black-Black,red-Red,green-Green,gold-Gold,colorless-Colorless")
|
||||
//Runs the things!
|
||||
sectionTextFunction()
|
||||
sectionFrameFunction()
|
||||
sectionOtherFunction()
|
||||
//Finishes loading the border style
|
||||
finishChangingBorder()
|
@@ -30,7 +30,5 @@ imgFrameMask.load("data/borders/fullArtLandUnstable/imgFrameMask.png")
|
||||
imgPinlineMask.load("data/borders/fullArtLandUnstable/imgPinlineMask.png")
|
||||
//Loads the Colors
|
||||
loadColors("white-White,blue-Blue,black-Black,red-Red,green-Green,gold-Gold,colorless-Colorless")
|
||||
//Runs the things!
|
||||
sectionTextFunction()
|
||||
sectionFrameFunction()
|
||||
sectionOtherFunction()
|
||||
//Finishes loading the border style
|
||||
finishChangingBorder()
|
@@ -3,7 +3,5 @@
|
||||
//============================================//
|
||||
//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")
|
||||
//Runs the things!
|
||||
sectionTextFunction()
|
||||
sectionFrameFunction()
|
||||
sectionOtherFunction()
|
||||
//Finishes loading the border style
|
||||
finishChangingBorder()
|
||||
|
@@ -39,11 +39,9 @@ imgArtMask.load("data/borders/miniPlane/imgArtMask.png")
|
||||
imgFrameMask.load("data/borders/miniPlane/imgFrameMask.png")
|
||||
imgBorderMask.load("data/borders/miniPlane/imgBorderMask.png")
|
||||
//Loads the Colors
|
||||
loadColors("white-White")
|
||||
//Runs the things!
|
||||
sectionTextFunction()
|
||||
sectionFrameFunction()
|
||||
sectionOtherFunction()
|
||||
loadColors("white-Regular")
|
||||
//Finishes loading the border style
|
||||
finishChangingBorder()
|
||||
|
||||
function bottomInfoPlanechase() {
|
||||
var infoNumber = document.getElementById("inputInfoNumber").value
|
||||
|
@@ -9,9 +9,8 @@ cardData.miracle = false
|
||||
cardData.nyx = false
|
||||
cardData.legendary = false
|
||||
cardData.creature = false
|
||||
cardData.rulesBox = false
|
||||
cardData.titleTypeBoxes = false
|
||||
cardData.rareStamp = false
|
||||
cardData.pinline = false
|
||||
//Specific Values
|
||||
cardData.manaSymbolDirection = "none"
|
||||
cardData.titleAlignment = "center"
|
||||
@@ -47,10 +46,8 @@ imgTypeMask.load("data/borders/plane/imgTypeMask.png")
|
||||
imgTitleMask.load("data/borders/plane/imgTitleMask.png")
|
||||
//Loads the Colors
|
||||
loadColors("white-Regular,high-High,mid-Middle,low-Low,none-Single")
|
||||
//Runs the things!
|
||||
sectionTextFunction()
|
||||
sectionFrameFunction()
|
||||
sectionOtherFunction()
|
||||
//Finishes loading the border style
|
||||
finishChangingBorder()
|
||||
|
||||
function bottomInfoPlanechase() {
|
||||
var infoNumber = document.getElementById("inputInfoNumber").value
|
||||
|
@@ -45,10 +45,8 @@ loadColors("white-White,blue-Blue,black-Black,red-Red,green-Green,gold-Gold,arti
|
||||
document.getElementById("inputCreatureColor").value = "#ffffff"
|
||||
cardData.specialImageA = true
|
||||
cardData.specialImageB = true
|
||||
//Runs the things!
|
||||
sectionTextFunction()
|
||||
sectionFrameFunction()
|
||||
sectionOtherFunction()
|
||||
//Finishes loading the border style
|
||||
finishChangingBorder()
|
||||
|
||||
var abilityLineThickness = cheight(6)
|
||||
var abilityLines = []
|
||||
|
@@ -24,7 +24,5 @@ imgLegendary.load("none", cwidth(26), cheight(20), cwidth(697), cheight(112))
|
||||
imgLegendaryRight.load("none", cwidth(26), cheight(20), cwidth(697), cheight(112))
|
||||
//Loads the Colors
|
||||
loadColors("white-White,blue-Blue,black-Black,red-Red,green-Green,gold-Gold,artifact-Artifact,colorless-Colorless")
|
||||
//Runs the things!
|
||||
sectionTextFunction()
|
||||
sectionFrameFunction()
|
||||
sectionOtherFunction()
|
||||
//Finishes loading the border style
|
||||
finishChangingBorder()
|
@@ -27,7 +27,5 @@ imgLegendary.load("none", cwidth(26), cheight(20), cwidth(697), cheight(112))
|
||||
imgLegendaryRight.load("none", cwidth(26), cheight(20), cwidth(697), cheight(112))
|
||||
//Loads the Colors
|
||||
loadColors("white-White,blue-Blue,black-Black,red-Red,green-Green,gold-Gold,artifact-Artifact,colorless-Colorless")
|
||||
//Runs the things!
|
||||
sectionTextFunction()
|
||||
sectionFrameFunction()
|
||||
sectionOtherFunction()
|
||||
//Finishes loading the border style
|
||||
finishChangingBorder()
|
@@ -27,7 +27,5 @@ imgLegendary.load("none", cwidth(26), cheight(20), cwidth(697), cheight(112))
|
||||
imgLegendaryRight.load("none", cwidth(26), cheight(20), cwidth(697), cheight(112))
|
||||
//Loads the Colors
|
||||
loadColors("white-White,blue-Blue,black-Black,red-Red,green-Green,gold-Gold,artifact-Artifact,colorless-Colorless")
|
||||
//Runs the things!
|
||||
sectionTextFunction()
|
||||
sectionFrameFunction()
|
||||
sectionOtherFunction()
|
||||
//Finishes loading the border style
|
||||
finishChangingBorder()
|
@@ -1,57 +0,0 @@
|
||||
//M15 Border
|
||||
//Anything to do with...
|
||||
//Loading Images
|
||||
var artX = 56
|
||||
var artY = 125
|
||||
imgMultiMask.src = borderPath + "multiMask.png"
|
||||
imgFrameMask.src = borderPath + "frameMask.png"
|
||||
imgLegendFrameMask.src = borderPath + "legendFrameMask.png"
|
||||
imgBorderMask.src = borderPath + "borderMask.png"
|
||||
//Card Title
|
||||
document.getElementById("inputTitleColor").value = "#ffe886"
|
||||
var titleFont = "40px belerenbsc" //40
|
||||
var titleFontSpacing = "0.15px" //0.15
|
||||
var titleX = 374.5 //62
|
||||
var titleY = 59 //59
|
||||
var titleAlign = "center"
|
||||
//Mana Cost
|
||||
var manaCostRadius = 17.5 //17.5
|
||||
var manaCostX = 657 //657
|
||||
var manaCostY = 59 //59
|
||||
//Card Type
|
||||
var typeFont = "33.5px belerenb" //33.5
|
||||
var typeFontSpacing = "0.05px" //0.05
|
||||
var typeX = 60 //60
|
||||
var typeY = 868 //868
|
||||
// Rules/Flavor Text
|
||||
var textFont = "px mplantin"
|
||||
var textFontSpacing = 0.7 //0.7
|
||||
var textX = 66 //66
|
||||
var textY = 266 //656
|
||||
var textWidth = 682 //682
|
||||
//Power Toughness
|
||||
var ptFont = "39px belerenb" //39
|
||||
var ptFontSpacing = "0.3px" //0.3
|
||||
var ptTextX = 645 //645
|
||||
var ptTextY = 939 //939
|
||||
imgBorderCreature.imgValues(571, 926, 137, 75)
|
||||
//Bottom Info
|
||||
var infoY = 999 //999
|
||||
//Set Symbol
|
||||
var setSymbolY = 883 //616
|
||||
var setSymbolRight = 693 //693
|
||||
var setSymbolWidth = 84 //77
|
||||
var setSymbolHeight = 44 //44
|
||||
//Color Options
|
||||
loadColors("white-White,blue-Blue,black-Black,red-Red,green-Green,gold-Gold,colorless-Colorless,artifact-Artifact")
|
||||
document.getElementById("secondColorSelection").innerHTML = document.getElementById("colorSelection").innerHTML
|
||||
document.getElementById("thirdColorSelection").innerHTML = document.getElementById("colorSelection").innerHTML
|
||||
//Things The Card Can Do
|
||||
legendaryBorder = true
|
||||
imgBorderLegendary.imgValues(26, 20, 697, 112, "imgSecondBorderLegendary")
|
||||
nyxBorder = true
|
||||
imgBorderNyx.imgValues(30, 30, 689, 643, "imgSecondBorderNyx")
|
||||
//With all the new values in place, the program will update it's border images
|
||||
finishTemplate()
|
||||
//Any special functions go at the bottom
|
||||
var uniqueFunctionName = "bottomInfoM15"
|
Reference in New Issue
Block a user