Crank overstimulation zoom to 5x for screen-hogging close-up

This commit is contained in:
Chad Curtis
2026-04-23 22:07:43 -05:00
parent 12d299a7ec
commit ff412bbb29
@@ -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;