Skip to content

Commit

Permalink
feat: add snowy day weather decor
Browse files Browse the repository at this point in the history
fixes #50
Notuom committed Jan 11, 2024
1 parent 932f00d commit b547b86
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions utils/constants.ts
Original file line number Diff line number Diff line change
@@ -186,6 +186,12 @@ export const decors: Decor[] = [
colors: [PikminColor.Blue],
views: [CollectionView.Exhaustive],
}),
createLocationDecor("weather-snowy-day", {
title: "Weather: Snowy Day",
icon: "weather",
colors: [PikminColor.Blue],
views: [CollectionView.Exhaustive],
}),
createLocationDecor("themepark-1", {
title: decorTitle("Theme Park"),
icon: "themepark",

0 comments on commit b547b86

Please sign in to comment.