diff --git a/maps/test.json b/maps/test.json index 1aa74dd..8e7df5b 100644 --- a/maps/test.json +++ b/maps/test.json @@ -19,13 +19,19 @@ "#....#############.#....#", "#.....####.###.....##..##", "#.........########.....##", - "##...##############....##", - "###...###..###.######..##", + "##...##############..####", + "###...###......##########", "###.......##....####...##", - "####.#####......###...###", + "###########.....###...###", "#..###................###", "#..................######", "#########################" - ] + ], + + "communications" : { + + "c1" : [[16,0], "c2"] + + } }