Save point: Scene 2 cursor blinks 3 times instead of 5

This commit is contained in:
avi
2026-05-09 22:14:38 -05:00
parent 699a68aaea
commit 849e54fc5a

View File

@@ -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';