diff --git a/website/client/assets/css/sprites/spritesmith-largeSprites-0.css b/website/client/assets/css/sprites/spritesmith-largeSprites-0.css index a58afd8adc..c210953b5e 100644 --- a/website/client/assets/css/sprites/spritesmith-largeSprites-0.css +++ b/website/client/assets/css/sprites/spritesmith-largeSprites-0.css @@ -6,7 +6,7 @@ } .promo_armoire_backgrounds_201807 { background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png'); - background-position: -720px -442px; + background-position: -862px 0px; width: 141px; height: 441px; } @@ -24,13 +24,13 @@ } .promo_seafoam { background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png'); - background-position: -862px 0px; + background-position: -720px -442px; width: 141px; height: 441px; } .promo_seasonal_shop_summer { background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png'); - background-position: -518px -370px; + background-position: -142px -557px; width: 162px; height: 138px; } @@ -64,3 +64,9 @@ width: 393px; height: 369px; } +.scene_reading { + background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png'); + background-position: -518px -370px; + width: 171px; + height: 144px; +} diff --git a/website/client/assets/images/sprites/spritesmith-largeSprites-0.png b/website/client/assets/images/sprites/spritesmith-largeSprites-0.png index f092254f18..75112343df 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_reading.png b/website/raw_sprites/spritesmith_large/scene_reading.png new file mode 100644 index 0000000000..5b708b2c8b Binary files /dev/null and b/website/raw_sprites/spritesmith_large/scene_reading.png differ diff --git a/website/server/controllers/api-v3/news.js b/website/server/controllers/api-v3/news.js index d0d4d4cca7..0adef4bbf0 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 = 'SPLASHY SKINS'; +const LAST_ANNOUNCEMENT_TITLE = 'USE CASE SPOTLIGHT AND GUILD SPOTLIGHT ON TRAINING YOUR BRAIN'; const worldDmg = { // @TODO bailey: false, }; @@ -30,14 +30,18 @@ api.getNews = {

${res.t('newStuff')}

-

7/10/2018 - ${LAST_ANNOUNCEMENT_TITLE}

+

7/12/2018 - ${LAST_ANNOUNCEMENT_TITLE}

-

-

The Seasonal Edition Splashy Skins are available until July 31st! You can complete your summer avatar look with Clownfish, Deep Ocean, Tropical Water, Mergold, Mergreen, Merblue, Merruby, and Shark Skins.

-

This Seasonal Edition customization set will only be available to purchase until July 31st, after which they'll be gone until next year, so be sure to swoop them up now! You can find them in User > Edit Avatar!

-
by Lemoness and UncommonCriminal
+
+
+

We've got new posts on the blog all about ways to use Habitica to help with challenging your mind and keeping it sharp! First, there's a Guild Spotlight that highlights some of the Guilds that can help you as you explore ways to use Habitica to enhance your brain training routine. We've also posted a Use Case Spotlight featuring a number of great suggestions for using Habitica's task system to manage your mind-aerobics! These suggestions were submitted by Habiticans in the Use Case Spotlights Guild.

+
+
+
+

Plus, we're collecting user submissions for the next Use Case Spotlight! What are your tips for getting involved in Habitica's exciting contributor community? 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 Beffymaroo and the Wiki Wizards
`, });