From ff412bbb29e529e79820bce9df6348afdcd47387 Mon Sep 17 00:00:00 2001 From: Chad Curtis Date: Thu, 23 Apr 2026 22:07:43 -0500 Subject: [PATCH] Crank overstimulation zoom to 5x for screen-hogging close-up --- src/blobbi/companion/components/OverstimulationBlockOverlay.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blobbi/companion/components/OverstimulationBlockOverlay.tsx b/src/blobbi/companion/components/OverstimulationBlockOverlay.tsx index 6b021fd4..f96f7c65 100644 --- a/src/blobbi/companion/components/OverstimulationBlockOverlay.tsx +++ b/src/blobbi/companion/components/OverstimulationBlockOverlay.tsx @@ -33,7 +33,7 @@ const VIGNETTE_FADE_IN_MS = 300; const VIGNETTE_FADE_OUT_MS = 600; /** Zoom scale factor when blocked. */ -const ZOOM_SCALE = 1.5; +const ZOOM_SCALE = 5; /** Zoom-in duration (ms) — fast snap toward Blobbi. */ const ZOOM_IN_MS = 280;