Browse Source

Addition of ghost spawn 4 on map

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

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

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

Loading…
Cancel
Save