Browse components
Components

HudReticle

Center targeting reticle overlay.

Preview
Example
Code example
---
import HudReticle from "../components/hud/HudReticle.astro";
---
<div class="relative h-48">
  <HudReticle scale={0.75} />
</div>