Deck Atmosphere
- Background glow particles and sparkles sit behind the UI (pointer-events off). Turn off on
- low-power devices if you want a calmer deck.
+ Rising 0/1 and hex glyphs follow your pointer on desktop deck pages. Background glow
+ particles sit behind the UI. Turn off on low-power devices for a calmer deck.
diff --git a/server/web/src/visual/visualPrefs.test.ts b/server/web/src/visual/visualPrefs.test.ts
index 93f0ff9..dfaf94a 100644
--- a/server/web/src/visual/visualPrefs.test.ts
+++ b/server/web/src/visual/visualPrefs.test.ts
@@ -9,7 +9,7 @@ describe('visualPrefs', () => {
localStorage.clear();
});
- it('defaults glow particles to on', () => {
+ it('defaults hacker cursor trail to on', () => {
expect(loadGlowParticlesEnabled()).toBe(true);
});