pub fn build_textures<const N: usize>( draw: &mut DrawContext, graphics: &Graphics<Vertex>, items: [(&'static str, RgbaImage, u32, u32); N], )