This commit is contained in:
Kyle
2018-12-08 11:26:16 -08:00
parent 7f006697ae
commit cd73f72588
4 changed files with 21 additions and 5 deletions

View File

@@ -16,6 +16,7 @@ var creatureBorder = true
var thirdBorder = true
var secondBorder = true
var transparentBorder = false
var artifactBorder = false
//Shifted text
titleRightShift = 0
typeRightShift = 0

View File

@@ -64,6 +64,7 @@ imgBorderFlipCircle.imgValues(26, 44, 78, 71)
imgBorderFlippedDark.imgValues(44, 50, 661, 915, "imgSecondBorderFlippedDark")
imgBorderFlipTip.imgValues(685, 877, 36, 48)
stampBorder = true
artifactBorder = true
//With all the new values in place, the program will update it's border images
finishTemplate()
//Any special functions go at the bottom