Loopty loop map added

This commit is contained in:
Kusal Ekanayake
2017-09-28 13:33:09 +13:00
parent 8d74c3b756
commit f02208ba3a
3 changed files with 64 additions and 3 deletions
@@ -35,7 +35,7 @@ public class MapMaker {
private int index = 0;
private XMLGenerator xmlGenerator = new XMLGenerator();
private List<String> maps = new ArrayList<>(Arrays.asList("default.xml", "horseshoe.xml"));
private List<String> maps = new ArrayList<>(Arrays.asList("default.xml", "horseshoe.xml", "loop.xml"));
public static MapMaker getInstance() {
if (instance == null) {