From 849e54fc5af43d88b214e62d972eefb2c867bcd2 Mon Sep 17 00:00:00 2001 From: avi Date: Sat, 9 May 2026 22:14:38 -0500 Subject: [PATCH] Save point: Scene 2 cursor blinks 3 times instead of 5 --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index f718a6b..ed6f723 100644 --- a/index.html +++ b/index.html @@ -647,7 +647,7 @@ linesContainer.style.display = 'flex'; line1.style.visibility = 'visible'; - blinkCursor(cursor, 5, () => { + blinkCursor(cursor, 3, () => { typeCalmly(message, "...AND THAT AWARENESS HAS LED YOU HERE...", () => { cursor.style.display = 'none'; line2.style.display = 'flex';