From: Simon Cross Date: Sat, 10 Sep 2016 13:24:26 +0000 (+0200) Subject: Set available colour combinations in levels. X-Git-Tag: tabakrolletjie-v1.0.0~102 X-Git-Url: https://git.ctpug.org.za/?p=tabakrolletjie.git;a=commitdiff_plain;h=a5aa4b59d1f8dbb73e3aed9270aef5c7c20a6372 Set available colour combinations in levels. --- 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 } ],