Make all lamps multicoloured.
[tabakrolletjie.git] / data / stations / station-alpha.json
index 6259351bee9ff8d2ce33c61dc29c7a2da52d49fe..5df98c3a54f517163090665ff9625cd30f07ca0a 100644 (file)
@@ -27,7 +27,7 @@
   "lights": [
     {
       "type": "spotlight",
-      "colour": "red",
+      "colours": ["red"],
       "position": [700, 500],
       "radius_limits": [20, 400],
       "direction": 135,
@@ -37,7 +37,7 @@
     },
     {
       "type": "lamp",
-      "colour": "yellow",
+      "colours": ["yellow"],
       "position": [500, 500],
       "intensity": 0.5
     },
@@ -49,7 +49,7 @@
     },
     {
       "type": "pulsatinglamp",
-      "colour": "cyan",
+      "colours": ["cyan"],
       "pulse_range": [20, 90],
       "pulse_velocity": 1,
       "intensity_range": [0.1, 0.8],