export interface HudProps { health: number; ammo: number; clipSize: number; }