pub fn atlas_textures_failed<T>(
    handle: Option<Res<'_, TypedAtlasDefinition<T>>>
) -> bool where
    T: Send + Sync + 'static,