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 4a763bec52..d609ad82c4 100644 --- a/website/client/src/assets/css/sprites/spritesmith-largeSprites-0.css +++ b/website/client/src/assets/css/sprites/spritesmith-largeSprites-0.css @@ -70,6 +70,12 @@ width: 96px; height: 69px; } +.scene_QuartzFox { + background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png'); + background-position: -316px -307px; + width: 141px; + height: 147px; +} .scene_dailies { background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png'); background-position: -624px 0px; 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 944880f500..814431e83d 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_QuartzFox.png b/website/raw_sprites/spritesmith_large/scene_QuartzFox.png new file mode 100644 index 0000000000..3fc000f0e6 Binary files /dev/null and b/website/raw_sprites/spritesmith_large/scene_QuartzFox.png differ diff --git a/website/server/controllers/api-v3/news.js b/website/server/controllers/api-v3/news.js index 070f062f3e..07224ae373 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 = 'EGG QUEST IN THE SEASONAL SHOP! AND HELPFUL RESOURCES FOR TOUGH TIMES'; +const LAST_ANNOUNCEMENT_TITLE = 'BLOG POSTS: GUILD SPOTLIGHT AND USE CASE SPOTLIGHT!'; const worldDmg = { // @TODO bailey: false, }; @@ -35,24 +35,33 @@ api.getNews = {
-
-

Egg Quest Available

+
+

Guild Spotlight: QuartzFox's Favorites!

- The Egg Quest is available again in the Seasonal Shop! - Strange eggs are appearing all over Habitica. Can you collect them all to earn some - colorful Egg pets and mounts? + There's a new Guild Spotlight on the blog featuring the favorite Guilds of Habitica + contributor @QuartzFox! Check it out now to find Guilds that have helped her and which + you might appreciate as well!

-
by Megan, Beffymaroo, and Lemoness
+
by shanaqui and QuartzFox
-

Blog Post: Helpful Resources for Tough Times

+

Use Case Spotlight: Managing Conflicting Needs

- Hey Habiticans! We hope you're all staying safe and well during this stressful time. - We've put together some resources on the Habitica blog for help with maintaining health and - wellness, setting up or changing a routine, and more! Take care, we love y'all. + This month's Use Case Spotlight is about Managing Conflicting Needs! It features a + number of great suggestions submitted by Habiticans in the Use Case Spotlights Guild. + We hope it helps any of you who might be looking to balance different task types in your life.

-
by the Habitica Team
+

+ Plus, we're collecting user submissions for the next spotlight! How do you use Habitica + to Manage Long-Term Conditions? We’ll be featuring player-submitted examples in Use Case + Spotlights on the Habitica Blog next month, so post your suggestions in the Use Case + Spotlight Guild now. We look forward to learning more about how you use Habitica to + improve your life and get things done! +

+
by shanaqui
`, });