pub trait AtlasLookup { // Required method fn lookup(&self, frame: u16) -> (SpriteMaterialRef, URect); }