diff --git a/website/client/src/assets/css/sprites/spritesmith-largeSprites-0.css b/website/client/src/assets/css/sprites/spritesmith-largeSprites-0.css index b427b18a75..132706c533 100644 --- a/website/client/src/assets/css/sprites/spritesmith-largeSprites-0.css +++ b/website/client/src/assets/css/sprites/spritesmith-largeSprites-0.css @@ -1,30 +1,36 @@ .promo_armoire_backgrounds_202005 { background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png'); - background-position: -313px 0px; + background-position: -391px 0px; width: 423px; height: 147px; } .promo_fairy_sunshine_potions { background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png'); - background-position: 0px -223px; + background-position: -391px -148px; width: 423px; height: 147px; } .promo_mystery_202005 { background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png'); - background-position: -424px -223px; + background-position: 0px -434px; width: 282px; height: 147px; } .promo_take_this { background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png'); - background-position: -313px -148px; + background-position: -391px -296px; width: 96px; height: 69px; } .scene_casting_spells { background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png'); - background-position: 0px 0px; + background-position: 0px -211px; width: 312px; height: 222px; } +.scene_pets_resting { + background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png'); + background-position: 0px 0px; + width: 390px; + height: 210px; +} diff --git a/website/client/src/assets/images/sprites/spritesmith-largeSprites-0.png b/website/client/src/assets/images/sprites/spritesmith-largeSprites-0.png index 46b59e4726..fbc9f6471a 100644 Binary files a/website/client/src/assets/images/sprites/spritesmith-largeSprites-0.png and b/website/client/src/assets/images/sprites/spritesmith-largeSprites-0.png differ diff --git a/website/raw_sprites/spritesmith_large/scene_pets_resting.png b/website/raw_sprites/spritesmith_large/scene_pets_resting.png new file mode 100644 index 0000000000..8fd2c7f1f1 Binary files /dev/null and b/website/raw_sprites/spritesmith_large/scene_pets_resting.png differ diff --git a/website/server/controllers/api-v3/news.js b/website/server/controllers/api-v3/news.js index c0ea945c1f..f49d47c172 100644 --- a/website/server/controllers/api-v3/news.js +++ b/website/server/controllers/api-v3/news.js @@ -4,7 +4,7 @@ const api = {}; // @TODO export this const, cannot export it from here because only routes are exported from // controllers -const LAST_ANNOUNCEMENT_TITLE = 'FAIRY AND SUNSHINE GLOW HATCHING POTIONS!'; +const LAST_ANNOUNCEMENT_TITLE = 'BLOG POST: RESTING IN THE INN'; const worldDmg = { // @TODO bailey: false, }; @@ -31,23 +31,20 @@ api.getNews = {

${res.t('newStuff')}

-

5/12/2020 - ${LAST_ANNOUNCEMENT_TITLE}

+

5/14/2020 - ${LAST_ANNOUNCEMENT_TITLE}


-
+

- Some favorite pet breeds are back in town! Check out the return of Fairy and Sunshine - Glow Potions to brighten your May avatar look. Buy them from the - Market and use them to hatch any standard pet egg. (Magic Hatching Potions do not - work on Quest Pet eggs.) Magic Hatching Potion Pets aren't picky, so they'll happily eat - any kind of food that you feed them! + This month's featured Wiki article is about Resting in the Inn! We hope that it + will help you when you need a break from your Dailies. Be sure to check it out, and let + us know what you think by reaching out on Twitter, + Tumblr, and Facebook.

-

- After they're gone, it will be at least a year before the Fairy or Sunshine Glow Hatching - Potions are available again, so be sure to get them now! -

-
by OuttaMyMind, Lt.Cabel, Eslyn, Edge, and SabreCat
+
by shanaqui and the Wiki Wizards
`, });