diff options
author | Pacien TRAN-GIRARD | 2015-11-24 23:43:00 +0100 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2015-11-24 23:43:00 +0100 |
commit | 4da9bdc4fa2f44eedba3dff29af7b0ce9180e442 (patch) | |
tree | a7bb129adc714d4c06e2fdeb0008343aa816bd97 /src/ch/epfl/maze/physical/pacman/Blinky.java | |
parent | 5c943f7c7b53d850d7ad3413183fef7f001c6cc4 (diff) | |
download | maze-solver-4da9bdc4fa2f44eedba3dff29af7b0ce9180e442.tar.gz |
Refactor Ghosts
Diffstat (limited to 'src/ch/epfl/maze/physical/pacman/Blinky.java')
-rw-r--r-- | src/ch/epfl/maze/physical/pacman/Blinky.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ch/epfl/maze/physical/pacman/Blinky.java b/src/ch/epfl/maze/physical/pacman/Blinky.java index 4e8c4a0..5f81d13 100644 --- a/src/ch/epfl/maze/physical/pacman/Blinky.java +++ b/src/ch/epfl/maze/physical/pacman/Blinky.java | |||
@@ -2,7 +2,6 @@ package ch.epfl.maze.physical.pacman; | |||
2 | 2 | ||
3 | import ch.epfl.maze.physical.Animal; | 3 | import ch.epfl.maze.physical.Animal; |
4 | import ch.epfl.maze.physical.Daedalus; | 4 | import ch.epfl.maze.physical.Daedalus; |
5 | import ch.epfl.maze.physical.GhostPredator; | ||
6 | import ch.epfl.maze.util.Vector2D; | 5 | import ch.epfl.maze.util.Vector2D; |
7 | 6 | ||
8 | /** | 7 | /** |
@@ -11,7 +10,7 @@ import ch.epfl.maze.util.Vector2D; | |||
11 | * @author EPFL | 10 | * @author EPFL |
12 | * @author Pacien TRAN-GIRARD | 11 | * @author Pacien TRAN-GIRARD |
13 | */ | 12 | */ |
14 | public class Blinky extends GhostPredator { | 13 | public class Blinky extends Ghost { |
15 | 14 | ||
16 | /** | 15 | /** |
17 | * Constructs a Blinky with a starting position. | 16 | * Constructs a Blinky with a starting position. |