pub trait ToQuadDraw { // Required method fn to_quad_draw(&self, transform: &Transform) -> QuadDraw; }