From 520082ab346706b306512900a29f33858747e804 Mon Sep 17 00:00:00 2001 From: Suguivy Date: Sun, 21 Feb 2021 16:26:17 +0100 Subject: [PATCH] Added communication on test map 'doesn't work now' --- maps/test.json | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) 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"] + + } }