Browse Source

Addition of ghost spawn 2 on map

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

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

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

Loading…
Cancel
Save