Browse Source

Addition of ghost spawn 6 on map

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

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

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

|||||||
100:0
Loading…
Cancel
Save