better text transitions

This commit is contained in:
Kyle
2020-07-31 16:48:51 -07:00
parent c1d0137276
commit a8236b0e5f
15 changed files with 92 additions and 105 deletions

View File

@@ -8,11 +8,6 @@ if (!loadedVersions.includes('seventhTextless')) {
if (currentVersion != 'seventhTextless') {
currentVersion = 'seventhTextless'
loadTextOptions([
new cardText('Card Title', '', 165/1500, 158/2100, 1170/1500, 85/2100, 'goudymedieval', 85/2100, 'white', ['oneLine=true','shadow=' + scaleY(5/2100)]),
new cardText('Power/Toughness', '', 1190/1500, 1969/2100, 230/1500, 78/2100, 'mplantin', 95/2100, 'white', ['oneLine=true,textAlign="center"','shadow=' + scaleY(2/2100)])
])
artX = scaleX(174 / 1500)
artY = scaleY(205 / 2100)
artWidth = scaleX(1152 / 1500)
@@ -36,7 +31,10 @@ if (currentVersion != 'seventhTextless') {
bottomInfoFunction = 'bottomInfoSeventhTextless'
bottomInfoUpdated()
loadTextOptions([
new cardText('Card Title', '', 165/1500, 158/2100, 1170/1500, 85/2100, 'goudymedieval', 85/2100, 'white', ['oneLine=true','shadow=' + scaleY(5/2100)]),
new cardText('Power/Toughness', '', 1190/1500, 1969/2100, 230/1500, 78/2100, 'mplantin', 95/2100, 'white', ['oneLine=true,textAlign="center"','shadow=' + scaleY(2/2100)])
])
}
loadFramePackOptions([['regular', 'Regular']])