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 76719532da..8eb4b6dbee 100644 --- a/website/client/src/assets/css/sprites/spritesmith-largeSprites-0.css +++ b/website/client/src/assets/css/sprites/spritesmith-largeSprites-0.css @@ -1,24 +1,18 @@ .promo_armoire_backgrounds_202001 { background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png'); - background-position: 0px -323px; + background-position: -424px -175px; width: 423px; height: 147px; } -.promo_g1g1_2019 { - background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png'); - background-position: -403px -471px; - width: 357px; - height: 144px; -} .promo_mystery_202001 { background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png'); - background-position: -241px -619px; + background-position: 0px -619px; width: 279px; height: 147px; } .promo_seasonal_shop { background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png'); - background-position: -521px -619px; + background-position: -890px -181px; width: 162px; height: 138px; } @@ -30,19 +24,19 @@ } .promo_take_this { background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png'); - background-position: -761px -471px; + background-position: -890px -396px; width: 96px; height: 69px; } .promo_winter_potions_2020 { background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png'); - background-position: 0px -175px; + background-position: 0px -323px; width: 423px; height: 147px; } .promo_winter_quests_bundle { background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png'); - background-position: -424px -175px; + background-position: 0px -175px; width: 423px; height: 147px; } @@ -60,7 +54,7 @@ } .promo_wintery_hair { background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png'); - background-position: -684px -619px; + background-position: -890px -320px; width: 152px; height: 75px; } @@ -76,9 +70,15 @@ width: 60px; height: 60px; } -.scene_list { +.scene_beffymaroo { background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png'); - background-position: 0px -619px; - width: 240px; - height: 195px; + background-position: -403px -471px; + width: 282px; + height: 147px; +} +.scene_rewards { + background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png'); + background-position: -890px 0px; + width: 207px; + height: 180px; } 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 e512b68ef3..8cb43085c7 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/client/src/assets/scss/variables.scss b/website/client/src/assets/scss/variables.scss index d8b42499ac..5b0e00d78e 100644 --- a/website/client/src/assets/scss/variables.scss +++ b/website/client/src/assets/scss/variables.scss @@ -2,11 +2,11 @@ // possible values are: normal, fall, habitoween, thanksgiving, winter, nye, birthday, valentines, spring, summer // more to be added on future seasons -$npc_market_flavor: 'nye'; -$npc_quests_flavor: 'nye'; -$npc_seasonal_flavor: 'nye'; +$npc_market_flavor: 'winter'; +$npc_quests_flavor: 'winter'; +$npc_seasonal_flavor: 'winter'; $npc_timetravelers_flavor: 'winter'; -$npc_tavern_flavor: 'nye'; +$npc_tavern_flavor: 'winter'; $restingToolbarHeight: 40px; $menuToolbarHeight: 56px; diff --git a/website/raw_sprites/spritesmith_large/promo_g1g1_2019.png b/website/raw_sprites/spritesmith_large/promo_g1g1_2019.png deleted file mode 100644 index 9c404c01b0..0000000000 Binary files a/website/raw_sprites/spritesmith_large/promo_g1g1_2019.png and /dev/null differ diff --git a/website/raw_sprites/spritesmith_large/scene_beffymaroo.png b/website/raw_sprites/spritesmith_large/scene_beffymaroo.png new file mode 100644 index 0000000000..8d03320e8c Binary files /dev/null and b/website/raw_sprites/spritesmith_large/scene_beffymaroo.png differ diff --git a/website/raw_sprites/spritesmith_large/scene_list.png b/website/raw_sprites/spritesmith_large/scene_list.png deleted file mode 100644 index 3c85524d4b..0000000000 Binary files a/website/raw_sprites/spritesmith_large/scene_list.png and /dev/null differ diff --git a/website/raw_sprites/spritesmith_large/scene_rewards.png b/website/raw_sprites/spritesmith_large/scene_rewards.png new file mode 100644 index 0000000000..61e6717fae Binary files /dev/null and b/website/raw_sprites/spritesmith_large/scene_rewards.png differ diff --git a/website/server/controllers/api-v3/news.js b/website/server/controllers/api-v3/news.js index b932a09c79..f08cb8215b 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 = 'NEW STEAMPUNK BACKGROUNDS FROM THE TIME TRAVELERS!'; +const LAST_ANNOUNCEMENT_TITLE = 'HABITICA BLOG POSTS! FAVORITE GUILDS AND USE CASE SPOTLIGHT'; const worldDmg = { // @TODO bailey: false, }; @@ -31,29 +31,43 @@ api.getNews = {

${res.t('newStuff')}

-

1/21/2020 - ${LAST_ANNOUNCEMENT_TITLE}

+

1/23/2020 - ${LAST_ANNOUNCEMENT_TITLE}


-
- - - -
+
+

Guild Spotlight: Beffymaroo's Favorites

- Hello Habiticans! We've released brand-new backgrounds in the Time Travelers' shop! Show - off your retrofuturistic outfits at the Clocktower, Steamworks, and even in an Airship! - These will be available at the cost of one Mystic - Hourglass each. + For this year's Guild Spotlight series, we're highlighting some favorites from Habitica's + staff, moderators, and maybe some high-level contributors!

- Check out the Time Travelers' shop to find these cool - backgrounds, as well as past subscriber gear, the Robot pet quest, and even rare pets and - mounts! + This month we're kicking things off with some picks from Beffymaroo! If you want to curate your Habitica experience and + join active, positive Guilds, this is a great way to pick up some new ideas for Guilds + to join.

-

Thanks for supporting Habitica! We hope that you enjoy your new backgrounds.

-
by gawrone, annetiger, SabreCat, and Viirus
+
by Beffymaroo and shanaqui
+
+

Use Case Spotlight: Custom Habitica Mechanics

+

+ This month's Use Case Spotlight is about Custom Habitica Mechanics! 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 for ways to enhance your Habitica + experience. +

+

+ Plus, we're collecting user submissions for the next spotlight! How do you maximize + participation in your quest party? 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
`, });