pub fn load_many(paths: &[(PathBuf, String)]) -> Vec<Result<Sprite, CoreError>>Expand description
Load multiple sprites in parallel using rayon.
Each entry is (absolute_path, sprite_id). Results are returned in input order.
Failed loads are Err entries; callers decide whether to abort or skip them.