mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 21:31:39 -05:00
right
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
//============================================//
|
||||
version.currentVersion = "m15"
|
||||
version.typeOrder = ["Full", "FullSecondary", "Frame", "FrameSecondary", "Pinline", "PinlineSecondary", "Legendary", "LegendarySecondary", "Title", "TitleSecondary", "Type", "TypeSecondary", "Rules", "RulesSecondary", "PT", "RareStamp", "RareStampSecondary"]
|
||||
//version.typeOrder = ["Full", "Frame", "Pinline", "Legendary", "Title", "Type", "Rules", "PT", "RareStamp", "RareStampSecondary"]
|
||||
version.typeNotFull = ["Legendary", "LegendarySecondary", "PT", "RareStamp", "RareStampSecondary"]
|
||||
version.artX = cwidth(58)
|
||||
version.artY = cheight(118)
|
||||
@@ -41,4 +42,4 @@ function m15BottomInfo() {
|
||||
bottomInfoContext.writeText("\u2122 & \u00a9 " + date.getFullYear() + " Wizards of the Coast", cardWidth / 2, cheight(993 + copyrightShift), cwidth(322), 0, "mplantin", 17, "white", "oneLine=true,textAlign='right'")
|
||||
updateCardCanvas()
|
||||
}
|
||||
setTimeout(m15BottomInfo, 250)
|
||||
setTimeout(m15BottomInfo, 250)
|
||||
|
Reference in New Issue
Block a user