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 e738e6db35..76719532da 100644 --- a/website/client/src/assets/css/sprites/spritesmith-largeSprites-0.css +++ b/website/client/src/assets/css/sprites/spritesmith-largeSprites-0.css @@ -1,6 +1,6 @@ .promo_armoire_backgrounds_202001 { background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png'); - background-position: -424px -175px; + background-position: 0px -323px; width: 423px; height: 147px; } @@ -16,6 +16,12 @@ width: 279px; height: 147px; } +.promo_seasonal_shop { + background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png'); + background-position: -521px -619px; + width: 162px; + height: 138px; +} .promo_snowballs { background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png'); background-position: 0px 0px; @@ -30,13 +36,13 @@ } .promo_winter_potions_2020 { background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png'); - background-position: 0px -323px; + background-position: 0px -175px; width: 423px; height: 147px; } .promo_winter_quests_bundle { background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png'); - background-position: 0px -175px; + background-position: -424px -175px; width: 423px; height: 147px; } @@ -54,7 +60,7 @@ } .promo_wintery_hair { background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png'); - background-position: -521px -619px; + background-position: -684px -619px; width: 152px; height: 75px; } 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 1418399ac9..e512b68ef3 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/promo_seasonal_shop.png b/website/raw_sprites/spritesmith_large/promo_seasonal_shop.png new file mode 100644 index 0000000000..bf18da469c Binary files /dev/null and b/website/raw_sprites/spritesmith_large/promo_seasonal_shop.png differ diff --git a/website/server/controllers/api-v3/news.js b/website/server/controllers/api-v3/news.js index d13acdd40b..26b5b4be7a 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 = 'WINTERY SKINS AND HAIR COLORS!'; +const LAST_ANNOUNCEMENT_TITLE = 'BLOG POST: SEASONAL SHOP'; const worldDmg = { // @TODO bailey: false, }; @@ -31,26 +31,21 @@ api.getNews = {

${res.t('newStuff')}

-

1/14/2020 - ${LAST_ANNOUNCEMENT_TITLE}

+

1/16/2020 - ${LAST_ANNOUNCEMENT_TITLE}


-
+

- 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. + This month's featured Wiki article is about the Seasonal Shop! We hope that it + will help you get the most out of the Winter Wonderland Gala and many Galas to come. Be + sure to check it out, and let us know what you think by reaching out on Twitter, Tumblr, and Facebook.

-

- 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
-
+
by shanaqui and the Wiki Wizards
`, });