Browse Source

Addition of ghost spawn 8 on map

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

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

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

Loading…
Cancel
Save