Browse Source

Addition of ghost spawn 3 on map

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

2
src/main/java/pacmanGame/Map.java

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

Loading…
Cancel
Save