pub fn validate_sprite_mode_maps(
owner_label: &str,
tile_id: Option<&str>,
sprite_modes: &SpriteModeMap,
catalog: &SpriteCatalog,
) -> Vec<String>Expand description
Validate that every value in sprite_modes exists on the sheet for tile_id.