mirror of
https://github.com/Xevion/Pac-Man.git
synced 2025-12-16 14:12:40 -06:00
chore: configure rustfmt, switch to LF line endings
This commit is contained in:
@@ -23,14 +23,7 @@ impl<'a> Blinky<'a> {
|
||||
pacman: Rc<RefCell<Pacman<'a>>>,
|
||||
) -> Blinky<'a> {
|
||||
Blinky {
|
||||
ghost: Ghost::new(
|
||||
GhostType::Blinky,
|
||||
starting_position,
|
||||
body_texture,
|
||||
eyes_texture,
|
||||
map,
|
||||
pacman,
|
||||
),
|
||||
ghost: Ghost::new(GhostType::Blinky, starting_position, body_texture, eyes_texture, map, pacman),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user