hide flying arrows when game is paused
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>main
parent
be07c87546
commit
f81b979bdd
|
|
@ -314,7 +314,7 @@ export const ArrowGame = forwardRef<ArrowGameHandle, Props>(({ active = true, ch
|
|||
))}
|
||||
</div>
|
||||
|
||||
{arrows.map(a => (
|
||||
{active && arrows.map(a => (
|
||||
<div
|
||||
key={a.id}
|
||||
className={`ag-arrow ag-arrow-${a.status}`}
|
||||
|
|
|
|||
Loading…
Reference in New Issue