more borders
11
data/borders/defaultBorder.js
Normal file
@@ -0,0 +1,11 @@
|
||||
//Default Border
|
||||
//Sets the correct values to anything that may have been changed from an out of the ordinary border
|
||||
var eighthInfo = false
|
||||
var m15Info = false
|
||||
var legendaryBorder = false
|
||||
var nyxBorder = false
|
||||
var miracleBorder = false
|
||||
var stampBorder = false
|
||||
//Loads the correct border data
|
||||
borderPath = "data/borders/" + document.getElementById("borderSelection").value
|
||||
loadScript(borderPath + "border.js")
|
Before Width: | Height: | Size: 102 KiB After Width: | Height: | Size: 26 KiB |
BIN
data/borders/m15/artifact/miracle.png
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
data/borders/m15/artifact/nyx.png
Normal file
After Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 100 KiB After Width: | Height: | Size: 29 KiB |
BIN
data/borders/m15/black/miracle.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
data/borders/m15/black/nyx.png
Normal file
After Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 99 KiB After Width: | Height: | Size: 29 KiB |
BIN
data/borders/m15/blackLand/miracle.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
data/borders/m15/blackLand/nyx.png
Normal file
After Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 94 KiB After Width: | Height: | Size: 29 KiB |
BIN
data/borders/m15/blue/miracle.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
data/borders/m15/blue/nyx.png
Normal file
After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 111 KiB After Width: | Height: | Size: 29 KiB |
BIN
data/borders/m15/blueLand/miracle.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
data/borders/m15/blueLand/nyx.png
Normal file
After Width: | Height: | Size: 23 KiB |
@@ -1,23 +1,26 @@
|
||||
//M15 Border
|
||||
//Anything to do with...
|
||||
//Card Title
|
||||
var titleFont = "40px belerenb"
|
||||
var titleFontSpacing = "0.15px"
|
||||
var titleX = 62
|
||||
var titleY = 56
|
||||
|
||||
//Mana Cost
|
||||
var manaCostRadius = 17.5
|
||||
var manaCostX = 657
|
||||
var manaCostY = 59
|
||||
|
||||
//Card Type
|
||||
var typeFont = "33.5px belerenb"
|
||||
var typeFontSpacing = "0.05px"
|
||||
var typeX = 62
|
||||
var typeY = 595
|
||||
|
||||
//Rules/Flavor Text
|
||||
var textFont = "px mplantin"
|
||||
var textFontSpacing = 1.3
|
||||
var textX = 66
|
||||
var textY = 656
|
||||
var textWidth = 682
|
||||
|
||||
//Power Toughness
|
||||
var ptFont = "39px belerenb"
|
||||
var ptFontSpacing = "0.3px"
|
||||
var ptTextX = 645
|
||||
@@ -26,25 +29,31 @@ var ptX = 571
|
||||
var ptY = 929
|
||||
var ptWidth = 137
|
||||
var ptHeight = 75
|
||||
|
||||
//Bottom Info
|
||||
var eighthInfo = false
|
||||
var eighthInfoY = 992
|
||||
var m15Info = true
|
||||
var m15InfoY = 993
|
||||
|
||||
//Set Symbol
|
||||
var setSymbolY = 616
|
||||
var setSymbolRight = 693
|
||||
var setSymbolWidth = 77
|
||||
var setSymbolHeight = 44
|
||||
|
||||
//Watermark
|
||||
var watermarkWidth = 520
|
||||
var watermarkHeight = 250
|
||||
var watermarkY = 805
|
||||
|
||||
//Rare Stamp
|
||||
var rareStampY = 958
|
||||
|
||||
//Color Options
|
||||
loadColors("white-White,whiteLand-White Land,blue-Blue,blueLand-Blue Land,black-Black,blackLand-Black Land,red-Red,redLand-Red Land,green-Green,greenLand-Green Land,gold-Gold,goldLand-Gold Land,colorless-Colorless,colorlessLand-Colorless Land,artifact-Artifact,vehicle-Vehicle")
|
||||
document.getElementById("secondColorSelection").innerHTML = document.getElementById("colorSelection").innerHTML
|
||||
document.getElementById("thirdColorSelection").innerHTML = document.getElementById("colorSelection").innerHTML
|
||||
|
||||
updateBorder()
|
||||
//Other
|
||||
legendaryBorder = true
|
||||
stampBorder = true
|
||||
nyxBorder = true
|
||||
miracleBorder = true
|
||||
//With all the new values in place, the program will update it's border images
|
||||
updateBorder()
|
||||
//Any special functions go at the bottom
|
Before Width: | Height: | Size: 77 KiB After Width: | Height: | Size: 24 KiB |
BIN
data/borders/m15/colorless/miracle.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
data/borders/m15/colorless/nyx.png
Normal file
After Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 97 KiB After Width: | Height: | Size: 24 KiB |
BIN
data/borders/m15/colorlessLand/miracle.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
data/borders/m15/colorlessLand/nyx.png
Normal file
After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 108 KiB After Width: | Height: | Size: 29 KiB |
BIN
data/borders/m15/gold/miracle.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
data/borders/m15/gold/nyx.png
Normal file
After Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 109 KiB After Width: | Height: | Size: 29 KiB |
BIN
data/borders/m15/goldLand/miracle.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
data/borders/m15/goldLand/nyx.png
Normal file
After Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 108 KiB After Width: | Height: | Size: 31 KiB |
BIN
data/borders/m15/green/miracle.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
data/borders/m15/green/nyx.png
Normal file
After Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 109 KiB After Width: | Height: | Size: 31 KiB |
BIN
data/borders/m15/greenLand/miracle.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
data/borders/m15/greenLand/nyx.png
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
data/borders/m15/legendtest.png
Normal file
After Width: | Height: | Size: 768 KiB |
Before Width: | Height: | Size: 132 KiB After Width: | Height: | Size: 31 KiB |
BIN
data/borders/m15/red/miracle.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
data/borders/m15/red/nyx.png
Normal file
After Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 117 KiB After Width: | Height: | Size: 31 KiB |
BIN
data/borders/m15/redLand/miracle.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
data/borders/m15/redLand/nyx.png
Normal file
After Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 104 KiB After Width: | Height: | Size: 26 KiB |
BIN
data/borders/m15/vehicle/miracle.png
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
data/borders/m15/vehicle/nyx.png
Normal file
After Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 75 KiB After Width: | Height: | Size: 27 KiB |
BIN
data/borders/m15/white/miracle.png
Normal file
After Width: | Height: | Size: 9.8 KiB |
BIN
data/borders/m15/white/nyx.png
Normal file
After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 99 KiB After Width: | Height: | Size: 27 KiB |
BIN
data/borders/m15/whiteLand/miracle.png
Normal file
After Width: | Height: | Size: 9.8 KiB |
BIN
data/borders/m15/whiteLand/nyx.png
Normal file
After Width: | Height: | Size: 23 KiB |