diff --git a/website/client/assets/css/sprites/spritesmith-largeSprites-0.css b/website/client/assets/css/sprites/spritesmith-largeSprites-0.css index 7bc99138bb..917a187269 100644 --- a/website/client/assets/css/sprites/spritesmith-largeSprites-0.css +++ b/website/client/assets/css/sprites/spritesmith-largeSprites-0.css @@ -1,66 +1,72 @@ .promo_armoire_backgrounds_201903 { background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png'); - background-position: 0px -490px; + background-position: -719px -767px; width: 423px; height: 147px; } +.promo_beffymaroo_wondercon { + background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png'); + background-position: 0px 0px; + width: 718px; + height: 932px; +} .promo_celestial_rainbow_potions { background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png'); - background-position: -769px 0px; + background-position: 0px -933px; width: 423px; height: 147px; } .promo_classes_spring2019 { background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png'); - background-position: 0px -327px; + background-position: -719px -604px; width: 432px; height: 162px; } .promo_egg_hunt { background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png'); - background-position: -769px -148px; + background-position: -424px -933px; width: 354px; height: 147px; } .promo_mystery_201902 { background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png'); - background-position: -769px -444px; + background-position: -1160px -196px; width: 240px; height: 147px; } .promo_mystery_201903 { background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png'); - background-position: -769px -296px; + background-position: -779px -933px; width: 351px; height: 147px; } .promo_seasonalshop_spring { background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png'); - background-position: -1010px -444px; + background-position: -1160px -344px; width: 162px; height: 138px; } .promo_take_this { background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png'); - background-position: -433px -327px; + background-position: -1160px -483px; width: 96px; height: 69px; } .scene_dailies { background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png'); - background-position: -441px 0px; + background-position: -719px -327px; width: 327px; height: 276px; } .scene_tavern { background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png'); - background-position: 0px 0px; + background-position: -719px 0px; width: 440px; height: 326px; } .scene_todos { background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png'); - background-position: 0px -638px; + background-position: -1160px 0px; width: 240px; height: 195px; } diff --git a/website/client/assets/images/sprites/spritesmith-largeSprites-0.png b/website/client/assets/images/sprites/spritesmith-largeSprites-0.png index 48cf1e2ac8..933c79df06 100644 Binary files a/website/client/assets/images/sprites/spritesmith-largeSprites-0.png and b/website/client/assets/images/sprites/spritesmith-largeSprites-0.png differ diff --git a/website/raw_sprites/spritesmith_large/promo_beffymaroo_wondercon.png b/website/raw_sprites/spritesmith_large/promo_beffymaroo_wondercon.png new file mode 100644 index 0000000000..a65532938a Binary files /dev/null and b/website/raw_sprites/spritesmith_large/promo_beffymaroo_wondercon.png differ diff --git a/website/server/controllers/api-v3/news.js b/website/server/controllers/api-v3/news.js index a2264226be..268641ceaa 100644 --- a/website/server/controllers/api-v3/news.js +++ b/website/server/controllers/api-v3/news.js @@ -3,7 +3,7 @@ import { authWithHeaders } from '../../middlewares/auth'; let api = {}; // @TODO export this const, cannot export it from here because only routes are exported from controllers -const LAST_ANNOUNCEMENT_TITLE = 'MARCH SUBSCRIBER ITEMS REVEALED!'; +const LAST_ANNOUNCEMENT_TITLE = 'BEFFYMAROO AT WONDERCON!'; const worldDmg = { // @TODO bailey: false, }; @@ -30,14 +30,14 @@ api.getNews = {
The March Subscriber Items have been revealed: the Egg-squisite Item Set! You only have five days to receive the item set when you subscribe. If you're already an active subscriber, reload the site and then head to Inventory > Items to claim your gear!
-Subscribers also receive the ability to buy Gems for Gold -- the longer you subscribe, the more Gems you can buy per month! There are other perks as well, such as longer access to uncompressed data and a cute Jackalope pet. Best of all, subscriptions let us keep Habitica running. Thank you very much for your support -- it means a lot to us.
-Hello Habiticans! Beffymaroo will be representing Habitica at Wondercon this year. She'll be handing out Habitica stickers, promo codes for the Unconventional Armor set, and other exciting special swag (quantities limited!). Look for her running around the con in her handmade Melior Hood Scarf on Friday, March 29!
+ `, });