From e3045703745ae4013ff7ef531b7952c07a6d0f7a Mon Sep 17 00:00:00 2001 From: Kyle <41976328+ImKyle4815@users.noreply.github.com> Date: Wed, 30 Sep 2020 10:18:48 -0700 Subject: [PATCH] shadows --- creator/index.html | 13 +++++++------ data/scripts/versions/m15Promo/version.js | 6 +++--- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/creator/index.html b/creator/index.html index 819483c3..468f5e50 100644 --- a/creator/index.html +++ b/creator/index.html @@ -234,16 +234,17 @@
-
-
+
Share Your Cards!
-
- I'd love to see what custom cards you're making, and I'm sure others would too! Post a picture on Twitter with #CardConjurer, or just check out what others have made! +
+ I'd love to see what custom cards you're making, and I'm sure others would too! Post a picture on Twitter with #CardConjurer, or just check out what others have made!
-
-
+
diff --git a/data/scripts/versions/m15Promo/version.js b/data/scripts/versions/m15Promo/version.js index d273c1fa..d7e2e005 100644 --- a/data/scripts/versions/m15Promo/version.js +++ b/data/scripts/versions/m15Promo/version.js @@ -30,9 +30,9 @@ if (currentVersion != 'm15Promo/version') { bottomInfoFunction = 'bottomInfoM15' loadTextOptions([ - new cardText('Card Title', '', 126/1500, 188/2100, 1248/1500, 80/2100, 'belerenb', 80/2100, 'white', ['oneLine=true']), - new cardText('Card Type', '', 126/1500, 1439/2100, 1248/1500, 68/2100, 'belerenb', 68/2100, 'white', ['oneLine=true']), - new cardText('Rules Text', '', 135/1500, 1545/2100, 1230/1500, 450/2100, 'mplantin', 74/2100, 'white'), + new cardText('Card Title', '', 126/1500, 188/2100, 1248/1500, 80/2100, 'belerenb', 80/2100, 'white', ['oneLine=true', 'shadow=3']), + new cardText('Card Type', '', 126/1500, 1439/2100, 1248/1500, 68/2100, 'belerenb', 68/2100, 'white', ['oneLine=true', 'shadow=3']), + new cardText('Rules Text', '', 135/1500, 1545/2100, 1230/1500, 450/2100, 'mplantin', 74/2100, 'white', ['shadow=3']), new cardText('Power/Toughness', '', 1191/1500, 1954/2100, 205/1500, 78/2100, 'belerenbsc', 78/2100, 'black', ['oneLine=true,textAlign="center"']) ]) }