Browse Source

Addition of ghost spawn 9 on map

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

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

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

Loading…
Cancel
Save