Set available colour combinations in levels.
[tabakrolletjie.git] / data / stations / 01-tutorial.json
index 04f9d1c491b70eeb68919f91641d38afa1f92711..62930d891fcdcf7d1f956773fb7840ac7fd8d090 100644 (file)
@@ -8,7 +8,8 @@
   "available_lights": [
     {
       "type": "lamp",
-      "colours": ["blue", "red"],
+      "cost": 3,
+      "available_colours": ["blue", "red", "blue/red", "red/blue"],
       "intensity": 0.5
     }
   ],