summaryrefslogtreecommitdiff
path: root/src/ch/epfl/maze/physical/pacman/Pinky.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/ch/epfl/maze/physical/pacman/Pinky.java')
-rw-r--r--src/ch/epfl/maze/physical/pacman/Pinky.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ch/epfl/maze/physical/pacman/Pinky.java b/src/ch/epfl/maze/physical/pacman/Pinky.java
index ebabc15..9c3d2c8 100644
--- a/src/ch/epfl/maze/physical/pacman/Pinky.java
+++ b/src/ch/epfl/maze/physical/pacman/Pinky.java
@@ -6,8 +6,6 @@ import ch.epfl.maze.physical.GhostPredator;
6import ch.epfl.maze.util.Direction; 6import ch.epfl.maze.util.Direction;
7import ch.epfl.maze.util.Vector2D; 7import ch.epfl.maze.util.Vector2D;
8 8
9import java.util.Vector;
10
11/** 9/**
12 * Pink ghost from the Pac-Man game, targets 4 squares in front of its target. 10 * Pink ghost from the Pac-Man game, targets 4 squares in front of its target.
13 * 11 *
@@ -16,6 +14,7 @@ import java.util.Vector;
16public class Pinky extends GhostPredator { 14public class Pinky extends GhostPredator {
17 15
18 private static final int TARGET_OFFSET = 4; 16 private static final int TARGET_OFFSET = 4;
17
19 /** 18 /**
20 * Constructs a Pinky with a starting position. 19 * Constructs a Pinky with a starting position.
21 * 20 *