forked from avi/signalelsewhere
Save point: Scene 2 cursor blinks 3 times instead of 5
This commit is contained in:
@@ -647,7 +647,7 @@
|
|||||||
linesContainer.style.display = 'flex';
|
linesContainer.style.display = 'flex';
|
||||||
line1.style.visibility = 'visible';
|
line1.style.visibility = 'visible';
|
||||||
|
|
||||||
blinkCursor(cursor, 5, () => {
|
blinkCursor(cursor, 3, () => {
|
||||||
typeCalmly(message, "...AND THAT AWARENESS HAS LED YOU HERE...", () => {
|
typeCalmly(message, "...AND THAT AWARENESS HAS LED YOU HERE...", () => {
|
||||||
cursor.style.display = 'none';
|
cursor.style.display = 'none';
|
||||||
line2.style.display = 'flex';
|
line2.style.display = 'flex';
|
||||||
|
|||||||
Reference in New Issue
Block a user