From 41b3127e175c7f7416cc481ee5fea4a2e8779490 Mon Sep 17 00:00:00 2001 From: mehbark Date: Wed, 12 Jul 2023 08:10:48 -0400 Subject: [PATCH] last tweaks for real this time --- html/eggbug-spamclick-battle.tsx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/html/eggbug-spamclick-battle.tsx b/html/eggbug-spamclick-battle.tsx index 2be9299..98c4551 100644 --- a/html/eggbug-spamclick-battle.tsx +++ b/html/eggbug-spamclick-battle.tsx @@ -60,7 +60,11 @@ const Defeated: Component = ({ last_health, max_health }) => ( eggbug is physically unharmed, emotionally destroyed
...
ok eggbug is fine now
- "re bug" to "killbug" + "re bug" to "killbug"
+ submit runs to{" "} + + #KILLing eggbug rapidly + ); @@ -72,8 +76,8 @@ const DamageNumber: Component = ({ n }) => ( // or preact! // anything with *actual typing* style={styles({ - top: `calc(${100 * Math.random()}px + 25%)`, - left: `calc(${100 * Math.random()}px + 35%)`, + top: `calc(${100 * Math.random()}px + 15%)`, + left: `calc(${100 * Math.random()}px + 25%)`, // tried some exponential stuff but it was too unwieldy // i think this still accomplishes that punch "font-size": `calc(${n / 200} * 2rem + 0.5rem)`,