From 05a35d1018d675fb34cf08140e1c1bf2343c58f6 Mon Sep 17 00:00:00 2001 From: mehbark Date: Wed, 12 Jul 2023 08:06:24 -0400 Subject: [PATCH] KILL eggbug done enough noped out of the timer lol --- html/eggbug-spamclick-battle.tsx | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/html/eggbug-spamclick-battle.tsx b/html/eggbug-spamclick-battle.tsx index 936e06d..2be9299 100644 --- a/html/eggbug-spamclick-battle.tsx +++ b/html/eggbug-spamclick-battle.tsx @@ -60,7 +60,7 @@ const Defeated: Component = ({ last_health, max_health }) => ( eggbug is physically unharmed, emotionally destroyed
...
ok eggbug is fine now
- "reeadbug" to "killbug" + "re bug" to "killbug" ); @@ -117,11 +117,27 @@ const Battle: Component = ({ ); +const Timer: Component = () => ( +
+ + click this when done (HONOR SYSTEM) (EVEN AMONG EGGBUGS THERE CAN BE + HONOR) +
+ {[ + ...new Array(601).fill(undefined).map((_, i) => `${i}s`), + "∞s", + ]} +
+
+
+); + // a timer would be flippin rad // (it would look like an actual scrolling clock thingie) // (because it would have to) debug_render(
+ {/* */}
);