Function setup_texture

Source
pub fn setup_texture(
    commands: Commands<'_, '_>,
    images: ResMut<'_, Assets<Image>>,
    materials: ResMut<'_, Assets<StandardMaterial>>,
)