From a5aa4b59d1f8dbb73e3aed9270aef5c7c20a6372 Mon Sep 17 00:00:00 2001 From: Simon Cross Date: Sat, 10 Sep 2016 15:24:26 +0200 Subject: [PATCH] Set available colour combinations in levels. --- data/stations/01-tutorial.json | 2 +- data/stations/station-alpha.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/data/stations/01-tutorial.json b/data/stations/01-tutorial.json index 92d5873..62930d8 100644 --- a/data/stations/01-tutorial.json +++ b/data/stations/01-tutorial.json @@ -9,7 +9,7 @@ { "type": "lamp", "cost": 3, - "colours": ["blue", "red"], + "available_colours": ["blue", "red", "blue/red", "red/blue"], "intensity": 0.5 } ], diff --git a/data/stations/station-alpha.json b/data/stations/station-alpha.json index c741364..cac2017 100644 --- a/data/stations/station-alpha.json +++ b/data/stations/station-alpha.json @@ -9,7 +9,7 @@ { "type": "spotlight", "cost": 5, - "colours": ["red"], + "available_colours": ["red"], "radius_limits": [20, 400], "direction": 135, "spread": 90, @@ -19,13 +19,13 @@ { "type": "lamp", "cost": 3, - "colours": ["yellow"], + "available_colours": ["yellow"], "intensity": 0.5 }, { "type": "lamp", "cost": 3, - "colours": ["red", "yellow", "green"], + "available_colours": ["red", "yellow/blue", "green"], "intensity": 0.5 } ], -- 2.34.1