mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 21:31:39 -05:00
tokens
This commit is contained in:
21
data/borders/tokenTall/border.js
Normal file
21
data/borders/tokenTall/border.js
Normal 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()
|
Reference in New Issue
Block a user