From: Simon Cross Date: Sat, 10 Sep 2016 11:52:54 +0000 (+0200) Subject: Rename tutorial level. X-Git-Tag: tabakrolletjie-v1.0.0~116 X-Git-Url: https://git.ctpug.org.za/?p=tabakrolletjie.git;a=commitdiff_plain;h=ce7f6b545eac1cb142f96cad6646b168649821ed Rename tutorial level. --- diff --git a/data/stations/01-tutorial.json b/data/stations/01-tutorial.json new file mode 100644 index 0000000..c0564c6 --- /dev/null +++ b/data/stations/01-tutorial.json @@ -0,0 +1,43 @@ +{ + "config": { + "name": "Fusarium", + "power": 100, + "spawn positions": [[25, 400], [1000, 410]], + "seeds": 100 + }, + "obstacles": [ + { + "type": "wall", + "vertices": [ + [0, 0], [200, 302], [400, 0] + ] + }, + { + "type": "wall", + "vertices": [ + [624, 0], [824, 302], [1024, 0] + ] + }, + { + "type": "wall", + "vertices": [ + [0, 704], [200, 402], [400, 704] + ] + }, + { + "type": "wall", + "vertices": [ + [624, 704], [824, 402], [1024, 704] + ] + } + ], + "lights": [ + { + "type": "spotlight", + "colours": ["red"], + "position": [700, 500], + "radius_limits": [20, 400], + "intensity": 0.8 + } + ] +} diff --git a/data/stations/station-beta.json b/data/stations/station-beta.json deleted file mode 100644 index c0564c6..0000000 --- a/data/stations/station-beta.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "config": { - "name": "Fusarium", - "power": 100, - "spawn positions": [[25, 400], [1000, 410]], - "seeds": 100 - }, - "obstacles": [ - { - "type": "wall", - "vertices": [ - [0, 0], [200, 302], [400, 0] - ] - }, - { - "type": "wall", - "vertices": [ - [624, 0], [824, 302], [1024, 0] - ] - }, - { - "type": "wall", - "vertices": [ - [0, 704], [200, 402], [400, 704] - ] - }, - { - "type": "wall", - "vertices": [ - [624, 704], [824, 402], [1024, 704] - ] - } - ], - "lights": [ - { - "type": "spotlight", - "colours": ["red"], - "position": [700, 500], - "radius_limits": [20, 400], - "intensity": 0.8 - } - ] -}