more borders

This commit is contained in:
Kyle
2018-10-21 17:19:29 -07:00
parent 8a9918339c
commit 9200fd14fc
52 changed files with 140 additions and 72 deletions

View 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")