From 7658f591fa2684700dae130eedd56543a2fcadf0 Mon Sep 17 00:00:00 2001 From: Simon Cross Date: Sat, 10 Sep 2016 13:44:24 +0200 Subject: [PATCH] Set tutorial obstacles. --- data/stations/station-beta.json | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/data/stations/station-beta.json b/data/stations/station-beta.json index 8273a5c..d256a58 100644 --- a/data/stations/station-beta.json +++ b/data/stations/station-beta.json @@ -9,19 +9,25 @@ { "type": "wall", "vertices": [ - [400, 400], [450, 400], [450, 450], [400, 450] + [0, 0], [200, 302], [400, 0] ] }, { "type": "wall", "vertices": [ - [800, 400], [850, 400], [850, 450], [800, 450] + [624, 0], [824, 302], [1024, 0] ] }, { "type": "wall", "vertices": [ - [200, 350], [250, 350], [250, 400], [200, 400] + [0, 704], [200, 402], [400, 704] + ] + }, + { + "type": "wall", + "vertices": [ + [624, 704], [824, 402], [1024, 704] ] } ], -- 2.34.1