Browse Source

Addition of ghost spawn 5 on map

remotes/origin/ghosts
fdai7753 11 months ago
parent
commit
c891a12599
  1. 1
      src/main/java/pacmanGame/Map.java

1
src/main/java/pacmanGame/Map.java

@ -57,6 +57,7 @@ public class Map {
this.put("2", "empty");
this.put("3", "empty");
this.put("4", "empty");
this.put("5", "empty");
}};
public GameManager gameManager;

Loading…
Cancel
Save