X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;f=data%2Fstations%2Fstation-alpha.json;h=f14f82e0b49b52628268df20295e7df6f918cfb1;hb=e591704cd4ae4a35d88d3ddcad51c3c025c241db;hp=cf0936a1be9f48a90895c8cbe4be206566be8eeb;hpb=740d26ea20fceaf61d7edaa6da05975b29912395;p=tabakrolletjie.git diff --git a/data/stations/station-alpha.json b/data/stations/station-alpha.json index cf0936a..f14f82e 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": [ @@ -24,14 +30,19 @@ "colour": "red", "position": [700, 500], "direction": 90.0, - "spread": 45.0 + "spread": 45.0, + "radius_limits": [20, 400], + "angle_limits": [90, 180], + "angular_velocity": 5, + "intensity": 0.8 }, { - "type": "spotlight", + "type": "lamp", "colour": "yellow", "position": [500, 500], "direction": -90.0, - "spread": 45.0 + "spread": 45.0, + "intensity": 0.5 } ] }