This commit is contained in:
Kyle
2019-04-14 19:35:52 -07:00
parent a1f3b5136c
commit 1767ddfc25
111 changed files with 196 additions and 1 deletions

View File

@@ -0,0 +1,21 @@
//============================================//
// Full Art Land M15 Border //
//============================================//
//General Booleans
cardData.miracle = false
cardData.nyx = false
cardData.rareStamp = false
//Specific Values
//Images
// imgArtMask.load("data/borders/fullArtLandM15/imgArtMask.png")
// imgFrameMask.load("data/borders/fullArtLandM15/imgFrameMask.png")
// imgPinlineMask.load("data/borders/fullArtLandM15/imgPinlineMask.png")
// imgTitleMask.load("data/borders/fullArtLandM15/imgTitleMask.png")
// imgTypeMask.load("data/borders/fullArtLandM15/imgTypeMask.png")
//Loads the Colors
loadColors("white-White,blue-Blue,black-Black,red-Red,green-Green,gold-Gold,artifact-Artifact,colorless-Colorless")
//Runs the things!
sectionTextFunction()
sectionFrameFunction()
sectionOtherFunction()