Fix Station Alpha JSON.
[tabakrolletjie.git] / data / stations / station-alpha.json
1 {
2   "config": {
3     "name": "Station Alpha",
4     "power": 100,
5     "seeds": 10
6   },
7   "obstacles": [
8     {
9       "type": "wall",
10       "vertices": [
11         [400, 400], [450, 400], [450, 450], [400, 450]
12       ]
13     },
14     {
15       "type": "wall",
16       "vertices": [
17         [800, 400], [850, 400], [850, 450], [800, 450]
18       ]
19     }
20   ],
21   "lights": [
22     {
23       "type": "spotlight",
24       "colour": "red",
25       "position": [700, 500],
26       "direction": 90.0,
27       "spread": 45.0
28     },
29     {
30       "type": "spotlight",
31       "colour": "yellow",
32       "position": [500, 500],
33       "direction": -90.0,
34       "spread": 45.0
35     }
36   ]
37 }