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