Files
habitica/website/client/assets/scss/variables.scss
T
negue 4759764e61 NPC Flavors (#9066)
* use scss variables to chose the seasonal images instead of replacing them + added fall festival npc images

* hide spooky sparkles until needed
2017-09-24 22:10:54 +02:00

10 lines
309 B
SCSS

// this variables are used to determine which shop npc/backgrounds should be loaded
// possible values are: normal, fall
// more to be added on future seasons
$npc_market_flavor: "fall";
$npc_quests_flavor: "fall";
$npc_seasonal_flavor: "fall";
$npc_timetravelers_flavor: "fall";
$npc_tavern_flavor: "fall";