use bevy::prelude::*; #[derive(Component)] pub struct Illumination { pub radius: f32, }