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) <noreply@anthropic.com>main
parent
6ae7edeb56
commit
73dfea963c
|
|
@ -233,9 +233,6 @@ export const ArrowGame = forwardRef<ArrowGameHandle, Props>(({ active = true, ch
|
|||
return (
|
||||
<div className="arrow-game">
|
||||
<div className="ag-score">
|
||||
<span className="ag-score-perfect">PERFECT {score.perfect}</span>
|
||||
<span className="ag-score-good">GOOD {score.good}</span>
|
||||
<span className="ag-score-miss">MISS {score.miss}</span>
|
||||
{score.combo > 1 && <span className="ag-combo">{score.combo}x COMBO</span>}
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue