Browse Source

Added spawn to Ghost.java

remotes/origin/ghostsbehaviour
fdai7753 11 months ago
parent
commit
449841e0ed
  1. 4
      src/main/java/pacmanGame/Ghost.java

4
src/main/java/pacmanGame/Ghost.java

@ -19,4 +19,8 @@ public class Ghost {
public void move(Vector2 direction) {
this.position = this.position.Add(direction);
}
public void spawn() {
}
}
Loading…
Cancel
Save