invention textless

This commit is contained in:
Kyle
2020-01-29 19:04:15 -08:00
parent 4d1c659a2e
commit f611c0bc16
4 changed files with 42 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 257 KiB

View File

@@ -0,0 +1,4 @@
displayName,imagePath,maskOptions,framePickerOptions
Artifact,invention/inventionTextlessAFull.png,Full-0-0-744-1039,Invention
Artifact PT,invention/inventionAPT.png,Full-575-924-129-71,Invention
Border,masks/BorderInvention.png,Full-0-0-744-1039;Border Invention-0-0-744-1039,Invention
1 displayName imagePath maskOptions framePickerOptions
2 Artifact invention/inventionTextlessAFull.png Full-0-0-744-1039 Invention
3 Artifact PT invention/inventionAPT.png Full-575-924-129-71 Invention
4 Border masks/BorderInvention.png Full-0-0-744-1039;Border Invention-0-0-744-1039 Invention

View File

@@ -0,0 +1,36 @@
//============================================//
// Card Conjurer, by Kyle Burton //
//============================================//
if (version.currentVersion != "inventionTextless") {
//Name, text, x, y, width, height, font, size, color, other
version.textList = [
["Title", "", scale(64), scale(82), scale(630), 0, "belerenb", scale(37), "black", "oneLine=true"],
["Type", "", scale(64), scale(898), scale(630), 0, "belerenb", scale(33), "black", "oneLine=true"],
["Power Toughness", "", scale(587), scale(958), scale(110), 0, "belerenb", scale(38), "black", "oneLine=true,textAlign='center'"]
]
version.frameIndexToInsert = 0;
}
version.currentVersion = "inventionTextless"
version.artX = scale(29)
version.artY = scale(28)
version.artWidth = scale(685)
version.artHeight = scale(935)
version.setSymbolRight = scale(684)
version.setSymbolVertical = scale(896)
version.setSymbolWidth = scale(90)
version.setSymbolHeight = scale(41)
version.bottomInfoFunction = "m15BottomInfo"
version.manaCostX = scale(653)
version.manaCostY = scale(59)
version.manaCostDiameter = scale(34)
version.manaCostDistance = scale(-38)
version.manaCostDirection = "horizontal"
version.manaCostVersion = "m15"
version.watermarkWidth = scale(520)
version.watermarkHeight = scale(250)
version.watermarkY = scale(800)
version.masksToAdd = ["Border Invention"];
filterFramePicker("frameClassInvention");
finishChangingVersion("data/images/invention/inventionTextlessCSV.csv")

View File

@@ -133,7 +133,8 @@
<button onclick="changeVersionTo('m15')" class="button">M15</button>
<button onclick="changeVersionTo('m15extras')" class="button">M15 Extras</button><br><br>
<button onclick="changeVersionTo('planeswalker')" class="button">Planeswalker</button><br><br>
<button onclick="changeVersionTo('invention')" class="button">Inventions</button><br><br>
<button onclick="changeVersionTo('invention')" class="button">Inventions</button><br>
<button onclick="changeVersionTo('inventionTextless')" class="button">Inventions (Textless)</button><br><br>
<button onclick="changeVersionTo('expedition')" class="button">Expeditions</button><br><br>
<button onclick="changeVersionTo('future')" class="button">Future Shifted</button><br><br>
<button onclick="changeVersionTo('unhinged')" class="button">Unhinged Basics</button><br><br>