diff --git a/website/client/assets/css/sprites/spritesmith-largeSprites-0.css b/website/client/assets/css/sprites/spritesmith-largeSprites-0.css index 9e58a34185..06149b04b0 100644 --- a/website/client/assets/css/sprites/spritesmith-largeSprites-0.css +++ b/website/client/assets/css/sprites/spritesmith-largeSprites-0.css @@ -1,6 +1,6 @@ .promo_armoire_backgrounds_201901 { background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png'); - background-position: 0px 0px; + background-position: 0px -148px; width: 423px; height: 147px; } @@ -30,7 +30,7 @@ } .promo_snow_potions { background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png'); - background-position: 0px -148px; + background-position: 0px 0px; width: 423px; height: 147px; } @@ -58,6 +58,12 @@ width: 60px; height: 60px; } +.scene_starting_over { + background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png'); + background-position: -479px -444px; + width: 150px; + height: 150px; +} .scene_todo_list { background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png'); background-position: 0px -444px; diff --git a/website/client/assets/images/sprites/spritesmith-largeSprites-0.png b/website/client/assets/images/sprites/spritesmith-largeSprites-0.png index 250929afec..d42f54252e 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_starting_over.png b/website/raw_sprites/spritesmith_large/scene_starting_over.png new file mode 100644 index 0000000000..899adcfcc6 Binary files /dev/null and b/website/raw_sprites/spritesmith_large/scene_starting_over.png differ diff --git a/website/server/controllers/api-v3/news.js b/website/server/controllers/api-v3/news.js index 052f6eb9b1..f9989fb473 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 = 'WINTERY AVATAR CUSTOMIZATIONS AND NEW PET QUEST!'; +const LAST_ANNOUNCEMENT_TITLE = 'SUBSCRIPTION GIFTING ON ANDROID AND WIKI SPOTLIGHT'; const worldDmg = { // @TODO bailey: false, }; @@ -30,21 +30,20 @@ api.getNews = {

${res.t('newStuff')}

-

1/8/2019 - ${LAST_ANNOUNCEMENT_TITLE}

+

1/11/2019 - ${LAST_ANNOUNCEMENT_TITLE}


-
-

Wintery Skins & Hair Colors

-

The Seasonal Edition Wintery Hair Colors are now available for purchase! Now you can dye your avatar's hair Snowy, Peppermint, Holly Green, Aurora, Winter Star, or Festive.

-

Plus, the Seasonal Edition Wintery Skins are available, too! You can complete your winter avatar look with Aurora, Dapper, Festive, Holly, Polar, Sugar, or Winter Star Skins.

-

Both of these Seasonal Edition customization sets will only be available to purchase until January 31st, after which they'll be gone until next year, so be sure to scoop them up now! You can find them in User>Edit Avatar!

-
by Lemoness and tricksy.fox
-
-

New Pet Quest: The Veloci-Rapper!

-

Hone your beats and practice your rhymes--it's time for a rap battle! Get the latest pet quest, The Veloci-Rapper, and earn some clever velociraptor pets by completing your real-life tasks.

-
Art by *~Seraphina~*, Procyon P, Lilith of Alfheim, Anna Glassman, Uchihamadara, and Willow the Witty
-
Writing by lilackbar and SabreCat
+
+

Subscription Gifting Available on Android!

+

Hey everyone! We've added the ability to give gift subscriptions using our Android app. Go to Menu > Gems and Subscriptions and tap "Gift a Subscription" in the Subscriptions tab.

+

Subscribers receive lots of fun perks, such as exclusive gear, the ability to buy Gems with Gold, and a cute Jackalope pet. Best of all, subscriptions let us keep Habitica running.

+

There are a few days left of our Gift-One-Get-One promotion, so this is a great time to check out this new Android feature! Thank you very much for your support -- it means a lot to us.

+
by Viirus and Piyo
+
+

Blog Post: the Orb of Rebirth

+

This month's featured Wiki article is about the Orb of Rebirth! We hope that it will help you as turn over a new leaf for 2019. 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
`, });