mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 05:14:53 -05:00
better text transitions
This commit is contained in:
@@ -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']])
|
||||
|
Reference in New Issue
Block a user