diff --git a/website/client/assets/css/sprites/spritesmith-largeSprites-0.css b/website/client/assets/css/sprites/spritesmith-largeSprites-0.css index 7e83b7eba1..a0df49d801 100644 --- a/website/client/assets/css/sprites/spritesmith-largeSprites-0.css +++ b/website/client/assets/css/sprites/spritesmith-largeSprites-0.css @@ -1,42 +1,36 @@ .promo_armoire_backgrounds_201903 { background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png'); - background-position: 0px -220px; + background-position: 0px -327px; width: 423px; height: 147px; } .promo_mystery_201902 { background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png'); - background-position: -424px -220px; + background-position: -424px -327px; width: 240px; height: 147px; } .promo_mythical_marvels_bundle { background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png'); - background-position: 0px -368px; + background-position: 0px -475px; width: 423px; height: 147px; } .promo_take_this { background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png'); - background-position: -424px -368px; + background-position: -665px -327px; width: 96px; height: 69px; } -.promo_valentines_potions { +.scene_dailies { background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png'); - background-position: 0px -516px; - width: 420px; - height: 147px; + background-position: -441px 0px; + width: 327px; + height: 276px; } -.scene_achievement { - background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png'); - background-position: -397px 0px; - width: 339px; - height: 210px; -} -.scene_cooking { +.scene_tavern { background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png'); background-position: 0px 0px; - width: 396px; - height: 219px; + width: 440px; + height: 326px; } diff --git a/website/client/assets/images/sprites/spritesmith-largeSprites-0.png b/website/client/assets/images/sprites/spritesmith-largeSprites-0.png index 4e48650553..3547ca14f9 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_valentines_potions.png b/website/raw_sprites/spritesmith_large/promo_valentines_potions.png deleted file mode 100644 index 1f9ebf596e..0000000000 Binary files a/website/raw_sprites/spritesmith_large/promo_valentines_potions.png and /dev/null differ diff --git a/website/raw_sprites/spritesmith_large/scene_achievement.png b/website/raw_sprites/spritesmith_large/scene_achievement.png deleted file mode 100644 index 0c900350ca..0000000000 Binary files a/website/raw_sprites/spritesmith_large/scene_achievement.png and /dev/null differ diff --git a/website/raw_sprites/spritesmith_large/scene_cooking.png b/website/raw_sprites/spritesmith_large/scene_cooking.png deleted file mode 100644 index c4a67167cb..0000000000 Binary files a/website/raw_sprites/spritesmith_large/scene_cooking.png and /dev/null differ diff --git a/website/raw_sprites/spritesmith_large/scene_dailies.png b/website/raw_sprites/spritesmith_large/scene_dailies.png new file mode 100644 index 0000000000..6c6e0c9195 Binary files /dev/null and b/website/raw_sprites/spritesmith_large/scene_dailies.png differ diff --git a/website/raw_sprites/spritesmith_large/scene_tavern.png b/website/raw_sprites/spritesmith_large/scene_tavern.png new file mode 100644 index 0000000000..63078b9e28 Binary files /dev/null and b/website/raw_sprites/spritesmith_large/scene_tavern.png differ diff --git a/website/server/controllers/api-v3/news.js b/website/server/controllers/api-v3/news.js index 7c58c81c46..2e149ac2d1 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 BACKGROUNDS AND ARMOIRE ITEMS!'; +const LAST_ANNOUNCEMENT_TITLE = 'HABITICA BLOG: NEW GUILDS AND WIKI SPOTLIGHT ON DAILIES'; const worldDmg = { // @TODO bailey: false, }; @@ -30,14 +30,18 @@ api.getNews = {

${res.t('newStuff')}

-

3/5/2019 - ${LAST_ANNOUNCEMENT_TITLE}

+

3/12/2019 - ${LAST_ANNOUNCEMENT_TITLE}


-
-

We’ve added three new backgrounds to the Background Shop! Now your avatar can feed the birds at the Duck Pond, browse the Flower Market and go on the hunt for Spring goodies in a Field with Colored Eggs. Check them out under User Icon > Backgrounds!

-

Plus, there’s new Gold-purchasable equipment in the Enchanted Armoire, including the Vernal Vestment set. Better work hard on your real-life tasks to earn all the pieces! Enjoy :)

-
by AnneDeLune, GeraldThePixel, QuartzFox, Vikte, gawrone, astigmatism, and SabreCat
+
+

Guild Spotlight: Yet More New and Notable Guilds!

+

There's a new Guild Spotlight on the blog that highlights some of the new movers and shakers in our community! Check it out now to find some cool new places to hang out in Habitica with folks who share your interests and goals.

+
by shanaqui
+
+

Blog Post: Dailies

+

This month's featured Wiki article is about Dailies! We hope that it will help you as you work on completing routine tasks. Be sure to check it out, and let us know what you think by reaching out on Twitter, Tumblr, and Facebook.

+
by shanaqui and the Wiki Wizards
`, });