X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;f=data%2Fstations%2Fstation-beta.json;h=d256a58e99711db2e7cf7d5dafba8689524c482b;hb=7658f591fa2684700dae130eedd56543a2fcadf0;hp=ae16cff5d3eb359e372783af932de1dd17e3a97b;hpb=2c0ed0a3af1c96ffa24745ba4b995dec0a7549c3;p=tabakrolletjie.git diff --git a/data/stations/station-beta.json b/data/stations/station-beta.json index ae16cff..d256a58 100644 --- a/data/stations/station-beta.json +++ b/data/stations/station-beta.json @@ -2,25 +2,32 @@ "config": { "name": "Station Beta", "power": 100, + "spawn positions": [[25, 400], [1000, 410]], "seeds": 100 }, "obstacles": [ { "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] ] } ],