use crate::prelude::{Component, Resource}; #[derive(Component)] pub struct MainCamera; #[derive(Component)] pub struct FuelText; #[derive(Component)] pub struct PowerText; #[derive(Component)] pub struct Me;