mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 21:31:39 -05:00
better text transitions
This commit is contained in:
@@ -6,13 +6,6 @@ if (!loadedVersions.includes('seventh')) {
|
||||
if (currentVersion != 'seventh') {
|
||||
currentVersion = 'seventh'
|
||||
|
||||
loadTextOptions([
|
||||
new cardText('Card Title', '', 165/1500, 162/2100, 1170/1500, 84/2100, 'goudymedieval', 85/2100, 'white', ['oneLine=true','shadow=' + scaleY(4/2100)]),
|
||||
new cardText('Card Type', '', 165/1500, 1228/2100, 1170/1500, 66/2100, 'mplantin', 67/2100, 'white', ['oneLine=true','shadow=' + scaleY(4/2100)]),
|
||||
new cardText('Rules Text', '', 196/1500, 1327/2100, 1112/1500, 590/2100, 'mplantin', 73/2100, 'black'),
|
||||
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(177 / 1500)
|
||||
artY = scaleY(206 / 2100)
|
||||
artWidth = scaleX(1144 / 1500)
|
||||
@@ -36,7 +29,12 @@ if (currentVersion != 'seventh') {
|
||||
|
||||
bottomInfoFunction = 'bottomInfoSeventh'
|
||||
|
||||
bottomInfoUpdated()
|
||||
loadTextOptions([
|
||||
new cardText('Card Title', '', 165/1500, 162/2100, 1170/1500, 84/2100, 'goudymedieval', 85/2100, 'white', ['oneLine=true','shadow=' + scaleY(4/2100)]),
|
||||
new cardText('Card Type', '', 165/1500, 1228/2100, 1170/1500, 66/2100, 'mplantin', 67/2100, 'white', ['oneLine=true','shadow=' + scaleY(4/2100)]),
|
||||
new cardText('Rules Text', '', 196/1500, 1327/2100, 1112/1500, 590/2100, 'mplantin', 73/2100, 'black'),
|
||||
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