Save point: Scene 3 line 4 changed to WE ARE LOOKING FOR
This commit is contained in:
@@ -763,7 +763,7 @@
|
|||||||
|
|
||||||
blinkCursor(cursor2, 3, () => {
|
blinkCursor(cursor2, 3, () => {
|
||||||
rl4.style.display = 'flex';
|
rl4.style.display = 'flex';
|
||||||
typeCalmly(rt4, "ARE YOU A...", () => {
|
typeCalmly(rt4, "WE ARE LOOKING FOR", () => {
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
choiceBtns.forEach(btn => {
|
choiceBtns.forEach(btn => {
|
||||||
btn.style.display = 'block';
|
btn.style.display = 'block';
|
||||||
@@ -871,7 +871,7 @@
|
|||||||
rl4.style.display = 'flex';
|
rl4.style.display = 'flex';
|
||||||
rt1.textContent = "THE LAB IS LOOKING TO PARTNER WITH PEOPLE WHO ARE LIKE MINDED";
|
rt1.textContent = "THE LAB IS LOOKING TO PARTNER WITH PEOPLE WHO ARE LIKE MINDED";
|
||||||
rt2.textContent = "WHO BELIEVE THE WORLD NEEDS TO CHANGE...";
|
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 => {
|
[creatorBtn, builderBtn, developerBtn].forEach(btn => {
|
||||||
btn.style.display = 'block';
|
btn.style.display = 'block';
|
||||||
btn.style.visibility = 'visible';
|
btn.style.visibility = 'visible';
|
||||||
|
|||||||
Reference in New Issue
Block a user