gdritter repos wenaglia / 7899490
............oh Getty Ritter 4 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Collapse all Expand all
4242 pub fn moved(&self, vel: &Velocity) -> Position {
4343 Position {
4444 x: self.x + vel.dx,
45 y: self.x + vel.dy,
45 y: self.y + vel.dy,
4646 }
4747 }
4848 }