1use bevy::prelude::*; 2 3#[derive(Component)] 4pub struct Hud; 5 6#[derive(Component)] 7pub struct SurfaceHud;