Save point: Scene 3 line 4 changed to WE ARE LOOKING FOR

This commit is contained in:
avi
2026-05-09 17:31:06 -05:00
parent 083b10e2af
commit adc1dc5e93

View File

@@ -763,7 +763,7 @@
blinkCursor(cursor2, 3, () => {
rl4.style.display = 'flex';
typeCalmly(rt4, "ARE YOU A...", () => {
typeCalmly(rt4, "WE ARE LOOKING FOR", () => {
setTimeout(() => {
choiceBtns.forEach(btn => {
btn.style.display = 'block';
@@ -871,7 +871,7 @@
rl4.style.display = 'flex';
rt1.textContent = "THE LAB IS LOOKING TO PARTNER WITH PEOPLE WHO ARE LIKE MINDED";
rt2.textContent = "WHO BELIEVE THE WORLD NEEDS TO CHANGE...";
rt4.textContent = "ARE YOU A...";
rt4.textContent = "WE ARE LOOKING FOR";
[creatorBtn, builderBtn, developerBtn].forEach(btn => {
btn.style.display = 'block';
btn.style.visibility = 'visible';