Flip Cards (front)

This commit is contained in:
Kyle
2018-10-22 20:47:12 -07:00
parent 2fcaa80341
commit 62aa7f505a
52 changed files with 92 additions and 46 deletions

View File

@@ -6,6 +6,7 @@ var legendaryBorder = false
var nyxBorder = false
var miracleBorder = false
var stampBorder = false
var flipBorder = false
//Loads the correct border data
borderPath = "data/borders/" + document.getElementById("borderSelection").value
loadScript(borderPath + "border.js")