fullartlands
BIN
data/borders/fullArtLandUnstable/artMask.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
data/borders/fullArtLandUnstable/black/frame.png
Normal file
After Width: | Height: | Size: 8.5 KiB |
BIN
data/borders/fullArtLandUnstable/black/stamp.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
data/borders/fullArtLandUnstable/blue/frame.png
Normal file
After Width: | Height: | Size: 9.4 KiB |
BIN
data/borders/fullArtLandUnstable/blue/stamp.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
54
data/borders/fullArtLandUnstable/border.js
Normal file
@@ -0,0 +1,54 @@
|
|||||||
|
//Unstable Full Art Basic Land Border
|
||||||
|
//Anything to do with...
|
||||||
|
//Loading Images
|
||||||
|
imgFrameMask.src = borderPath + "frameMask.png"
|
||||||
|
imgBorderMask.src = borderPath + "borderMask.png"
|
||||||
|
//Card Title
|
||||||
|
document.getElementById("inputTitleColor").value = "#ffffff"
|
||||||
|
var titleFont = "40px belerenb"
|
||||||
|
var titleFontSpacing = "0.1px"
|
||||||
|
var titleX = cardWidth / 2
|
||||||
|
var titleY = 17
|
||||||
|
var titleAlign = "center"
|
||||||
|
//Mana Cost
|
||||||
|
var manaCostRadius = 17.5
|
||||||
|
var manaCostX = 657
|
||||||
|
var manaCostY = 17
|
||||||
|
//Card Type
|
||||||
|
var typeFont = "33.5px belerenb"
|
||||||
|
var typeFontSpacing = "0.05px"
|
||||||
|
var typeX = cardWidth / 2
|
||||||
|
var typeY = 1000
|
||||||
|
var typeAlign = "center"
|
||||||
|
//Rules/Flavor Text
|
||||||
|
var textFont = "px mplantin"
|
||||||
|
var textFontSpacing = 0.7
|
||||||
|
var textX = 89
|
||||||
|
var textY = 123
|
||||||
|
var textWidth = 660
|
||||||
|
//Bottom Info
|
||||||
|
var infoY = 999
|
||||||
|
//Set Symbol
|
||||||
|
var setSymbolY = 82
|
||||||
|
var setSymbolRight = cardWidth / 2
|
||||||
|
var setSymbolWidth = 66
|
||||||
|
var setSymbolHeight = 44
|
||||||
|
var centerSetSymbol = 2
|
||||||
|
//Watermark
|
||||||
|
var watermarkWidth = 520
|
||||||
|
var watermarkHeight = 250
|
||||||
|
var watermarkY = 805
|
||||||
|
//Color Options
|
||||||
|
loadColors("white-White,blue-Blue,black-Black,red-Red,green-Green,gold-Gold,colorless-Colorless")
|
||||||
|
document.getElementById("secondColorSelection").innerHTML = document.getElementById("colorSelection").innerHTML
|
||||||
|
//Other
|
||||||
|
var thirdBorder = false
|
||||||
|
var creatureBorder = false
|
||||||
|
var stampBorder = true
|
||||||
|
var transparentBorder = true
|
||||||
|
var artX = 0
|
||||||
|
var artY = 0
|
||||||
|
//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"
|
BIN
data/borders/fullArtLandUnstable/borderMask.png
Normal file
After Width: | Height: | Size: 167 B |
BIN
data/borders/fullArtLandUnstable/colorless/frame.png
Normal file
After Width: | Height: | Size: 8.5 KiB |
BIN
data/borders/fullArtLandUnstable/colorless/stamp.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
data/borders/fullArtLandUnstable/frameMask.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
data/borders/fullArtLandUnstable/gold/frame.png
Normal file
After Width: | Height: | Size: 8.7 KiB |
BIN
data/borders/fullArtLandUnstable/gold/stamp.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
data/borders/fullArtLandUnstable/green/frame.png
Normal file
After Width: | Height: | Size: 8.5 KiB |
BIN
data/borders/fullArtLandUnstable/green/stamp.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
data/borders/fullArtLandUnstable/red/frame.png
Normal file
After Width: | Height: | Size: 8.8 KiB |
BIN
data/borders/fullArtLandUnstable/red/stamp.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
data/borders/fullArtLandUnstable/white/frame.png
Normal file
After Width: | Height: | Size: 8.9 KiB |
BIN
data/borders/fullArtLandUnstable/white/stamp.png
Normal file
After Width: | Height: | Size: 1.3 KiB |