feat(backgrounds): add snowfall background

This commit is contained in:
Boris Kovalskii
2026-06-11 10:13:39 +10:00
parent 1d00ca97e5
commit e3dbc4e663
9 changed files with 168 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ const VALID_TYPES: ReadonlySet<string> = new Set<BackgroundType>([
'spotlight',
'ripple',
'fireflies',
'snowfall',
'none',
]);