1 2 3 4 5
use bevy::prelude::*; // Tag component used to tag entities added on the splash screen #[derive(Component)] pub struct OnSplashScreen;