use crate::prelude::{Component, GizmoConfigGroup, Handle, Image, Reflect, Resource}; #[derive(Component)] pub struct StarguideMe; #[derive(Resource)] pub struct StarguideOrbitImage(pub Handle); #[derive(Component)] pub struct StarguideOrbit; #[derive(Component)] pub struct StarguideCamera; #[derive(Default, Reflect, GizmoConfigGroup)] pub struct StarguideGizmos; #[derive(Component)] pub struct StarfieldFront; #[derive(Component)] pub struct StarfieldMid; #[derive(Component)] pub struct StarfieldBack;