4759764e61
* use scss variables to chose the seasonal images instead of replacing them + added fall festival npc images * hide spooky sparkles until needed
10 lines
309 B
SCSS
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";
|