pub fn load_sprites(dir: &Path) -> Result<Vec<Sprite>>
Load all .png files under dir (recursive).
.png
dir
Names are relative paths with / separators and without the .png suffix, sorted lexicographically for deterministic packing.
/