diff --git a/website/client/assets/css/sprites/spritesmith-largeSprites-0.css b/website/client/assets/css/sprites/spritesmith-largeSprites-0.css index 5fd040c3a6..857c6d1472 100644 --- a/website/client/assets/css/sprites/spritesmith-largeSprites-0.css +++ b/website/client/assets/css/sprites/spritesmith-largeSprites-0.css @@ -1,18 +1,18 @@ .promo_animal_tails { background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png'); - background-position: -421px 0px; + background-position: -788px 0px; width: 141px; height: 441px; } .promo_armoire_backgrounds_201809 { background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png'); - background-position: -563px 0px; + background-position: -930px 0px; width: 141px; height: 441px; } .promo_ember_potions { background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png'); - background-position: -705px 0px; + background-position: -1072px 0px; width: 141px; height: 441px; } @@ -36,25 +36,25 @@ } .promo_mystery_201808 { background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png'); - background-position: -847px -462px; + background-position: -1072px -512px; width: 78px; height: 81px; } .promo_take_this { background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png'); - background-position: -847px -392px; + background-position: -1072px -442px; width: 96px; height: 69px; } .promo_unconventional_armor { background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png'); - background-position: -847px -211px; + background-position: -421px -286px; width: 180px; height: 180px; } -.scene_perfect_day { +.scene_tools { background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png'); - background-position: -847px 0px; - width: 210px; - height: 210px; + background-position: -421px 0px; + width: 366px; + height: 285px; } diff --git a/website/client/assets/images/sprites/spritesmith-largeSprites-0.png b/website/client/assets/images/sprites/spritesmith-largeSprites-0.png index b9d7b49f2b..11bce27f29 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/scene_perfect_day.png b/website/raw_sprites/spritesmith_large/scene_perfect_day.png deleted file mode 100644 index 603731c141..0000000000 Binary files a/website/raw_sprites/spritesmith_large/scene_perfect_day.png and /dev/null differ diff --git a/website/raw_sprites/spritesmith_large/scene_tools.png b/website/raw_sprites/spritesmith_large/scene_tools.png new file mode 100644 index 0000000000..fc30edbb05 Binary files /dev/null and b/website/raw_sprites/spritesmith_large/scene_tools.png differ diff --git a/website/server/controllers/api-v3/news.js b/website/server/controllers/api-v3/news.js index 0f4751e420..34e2f38b04 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 = 'NEW DISCOUNTED PET QUEST BUNDLE: FOREST FRIENDS!'; +const LAST_ANNOUNCEMENT_TITLE = 'USE CASE SPOTLIGHT AND GUILD SPOTLIGHT ON HANDS-ON SKILLS'; const worldDmg = { // @TODO bailey: false, }; @@ -30,15 +30,14 @@ api.getNews = {

${res.t('newStuff')}

-

9/11/2018 - ${LAST_ANNOUNCEMENT_TITLE}

+

9/18/2018 - ${LAST_ANNOUNCEMENT_TITLE}


-

If you're looking to add some woodland wildlife to your Habitica stable, you're in luck! From now until September 30, you can purchase the Forest Friends Pet Quest Bundle and receive the Deer, Hedgehog, and Treeling quests, all for only 7 Gems! That's a discount of 5 Gems from the price of purchasing them separately. Check it out in the Quest Shop today!

-
by Beffymaroo and SabreCat
-
art by Uncommon Criminal, InspectorCaracal, Leephon, aurakami, FuzzyTrees, PainterProphet, and plumilla
-
writing by Daniel the Bard, Flutter Bee, and Lemoness
-
+

We've got new posts on the blog all about ways to use Habitica to help with Hands-on and Practical Skills! First, there's a Guild Spotlight that highlights the Guilds that can help you as you explore ways to use Habitica to help with hands-on projects. We've also posted a Use Case Spotlight featuring a number of great suggestions for using Habitica's task system to manage these kinds of tasks as well! These suggestions were submitted by Habiticans in the Use Case Spotlights Guild.

+

Plus, we're collecting user submissions for the next Use Case Spotlight! How do you use Habitica to celebrate yourself and your accomplishments? 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
+
`, });