Set tutorial obstacles.
[tabakrolletjie.git] / data / stations / station-beta.json
index f2f535b3d59cff57f8ba6c7885af09f537de9795..d256a58e99711db2e7cf7d5dafba8689524c482b 100644 (file)
@@ -2,32 +2,39 @@
   "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]
       ]
     }
   ],
   "lights": [
     {
       "type": "spotlight",
-      "colour": "red",
+      "colours": ["red"],
       "position": [700, 500],
       "radius_limits": [20, 400],
       "intensity": 0.8