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