use bevy::prelude::*; use super::banner_widget::BannerWidgetCommands; #[derive(Component)] pub struct Rotating; pub fn rotating_labels( mut commands: Commands, rotating_labels: Query>, time: Res