hero bugfixes/improvements

This commit is contained in:
2026-04-08 16:29:13 -07:00
parent f6873546df
commit 87d3b3bfa6
2 changed files with 75 additions and 20 deletions
-10
View File
@@ -370,16 +370,6 @@ function addComeback(tw: TypewriterInstance, onRetire: () => void, completions:
`<span class="text-yellow">until they're the only way out</span>`
).pauseFor(4000).deleteAll();
// --- Visitor count ---
if (completions !== null && completions > 0) {
tw.typeString(
`<span>You're visitor </span>` +
`<span class="text-yellow">#${completions.toLocaleString()}</span>${BR}` +
`<span class="text-aqua">to make it this far</span>`
).pauseFor(5000).deleteAll();
}
// --- Done for real ---
addDots(tw, 1000, 4000);