mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 05:14:53 -05:00
unsanctioned
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
displayName,imagePath,maskOptions,framePickerOptions
|
||||
Full,unsanctioned/unsanctionedFull.png,Full-0-0-744-1039,Unsanctioned
|
||||
Full,unsanctioned/unsanctionedFull.png,Full-0-0-744-1039,Unsanctioned
|
||||
Black Text Box,unsanctioned/unsanctionedTextFull.png,Full-0-0-744-1039,Unsanctioned
|
||||
Black Filler,unsanctioned/unsanctionedFillerFull.png,Full-0-0-744-1039,Unsanctioned
|
|
BIN
data/images/unsanctioned/unsanctionedFillerFull.png
Normal file
BIN
data/images/unsanctioned/unsanctionedFillerFull.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
BIN
data/images/unsanctioned/unsanctionedTextFull.png
Normal file
BIN
data/images/unsanctioned/unsanctionedTextFull.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
@@ -4,7 +4,8 @@
|
||||
if (version.currentVersion != "unhinged") {
|
||||
//Name, text, x, y, width, height, font, size, color, other
|
||||
version.textList = [
|
||||
["Title", "", scale(212), scale(95), scale(320), 0, "belerenb", scale(42), "white", "oneLine=true,textAlign='center'"]
|
||||
["Title", "", scale(212), scale(95), scale(320), 0, "belerenb", scale(42), "white", "oneLine=true,textAlign='center'"],
|
||||
["Rules Text", "", scale(110), scale(565), scale(524), scale(170), "mplantin", scale(33), "white", "lineSpace=0.97"]
|
||||
]
|
||||
version.frameIndexToInsert = 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user