From eb362dc6cf1a65740a140dd0edb143733474b5e3 Mon Sep 17 00:00:00 2001 From: Simon Cross Date: Sat, 10 Sep 2016 14:20:32 +0200 Subject: [PATCH] Add available lights to tutorial. --- data/stations/01-tutorial.json | 7 +++++++ data/stations/station-alpha.json | 1 + 2 files changed, 8 insertions(+) diff --git a/data/stations/01-tutorial.json b/data/stations/01-tutorial.json index dc2f9a9..04f9d1c 100644 --- a/data/stations/01-tutorial.json +++ b/data/stations/01-tutorial.json @@ -5,6 +5,13 @@ "spawn positions": [[25, 400], [1000, 410]], "seeds": 100 }, + "available_lights": [ + { + "type": "lamp", + "colours": ["blue", "red"], + "intensity": 0.5 + } + ], "obstacles": [ { "type": "wall", diff --git a/data/stations/station-alpha.json b/data/stations/station-alpha.json index 4678e6c..4661a7d 100644 --- a/data/stations/station-alpha.json +++ b/data/stations/station-alpha.json @@ -5,6 +5,7 @@ "spawn positions": [[275, 300]], "seeds": 10 }, + "available_lights": null, "obstacles": [ { "type": "wall", -- 2.34.1