From 5474df9a8cd3f524fbc41337dc91b637659d843c Mon Sep 17 00:00:00 2001 From: Simon Cross Date: Sun, 4 Sep 2016 22:38:35 +0200 Subject: [PATCH] Add third obstacle. --- data/stations/station-alpha.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/data/stations/station-alpha.json b/data/stations/station-alpha.json index cf0936a..259f665 100644 --- a/data/stations/station-alpha.json +++ b/data/stations/station-alpha.json @@ -16,6 +16,12 @@ "vertices": [ [800, 400], [850, 400], [850, 450], [800, 450] ] + }, + { + "type": "wall", + "vertices": [ + [200, 350], [250, 350], [250, 400], [200, 400] + ] } ], "lights": [ -- 2.34.1