Added Scatter-strategy
This commit is contained in:
@ -32,7 +32,7 @@ public class PlayingState implements GameState {
|
||||
@Override
|
||||
public void update() {
|
||||
pacman.update();
|
||||
ghostManager.update(pacman);
|
||||
ghostManager.update(pacman, map);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user