feat(backgrounds): add starfield background with depth projection

This commit is contained in:
Boris Kovalskii
2026-06-11 10:15:12 +10:00
parent e3dbc4e663
commit 3742f2f88d
9 changed files with 164 additions and 0 deletions

View File

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