Working on collisions
This commit is contained in:
@@ -229,4 +229,8 @@ impl Drawable for Character {
|
||||
fn position(&self) -> Vector2<f32> {
|
||||
self.position
|
||||
}
|
||||
|
||||
fn origin(&self) -> Vector2<f32> {
|
||||
Vector2::new(16.0, 16.0)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user