event work + mulling over sprite containers and event notification
This commit is contained in:
@@ -61,8 +61,8 @@ impl Polygon {
|
||||
}
|
||||
}
|
||||
impl Drawable for Polygon {
|
||||
fn get(&self) -> VertexTypes {
|
||||
self.verts.clone()
|
||||
fn get(&self) -> Vec<VertexTypes> {
|
||||
vec![self.verts.clone()]
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user