From 73dfea963c936cc6c953fe13bfe8b51f386542e5 Mon Sep 17 00:00:00 2001 From: name Date: Sat, 11 Apr 2026 19:24:12 -0700 Subject: [PATCH] hide perfect/good/miss counters during gameplay Keep only the combo display in the score HUD. Co-Authored-By: Claude Opus 4.6 (1M context) --- src/game/ArrowGame.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/game/ArrowGame.tsx b/src/game/ArrowGame.tsx index 18c8070..81e93c2 100644 --- a/src/game/ArrowGame.tsx +++ b/src/game/ArrowGame.tsx @@ -233,9 +233,6 @@ export const ArrowGame = forwardRef(({ active = true, ch return (
- PERFECT {score.perfect} - GOOD {score.good} - MISS {score.miss} {score.combo > 1 && {score.combo}x COMBO}