Rename tutorial level.
authorSimon Cross <hodgestar@gmail.com>
Sat, 10 Sep 2016 11:52:54 +0000 (13:52 +0200)
committerSimon Cross <hodgestar@gmail.com>
Sat, 10 Sep 2016 11:52:54 +0000 (13:52 +0200)
data/stations/01-tutorial.json [new file with mode: 0644]
data/stations/station-beta.json [deleted file]

diff --git a/data/stations/01-tutorial.json b/data/stations/01-tutorial.json
new file mode 100644 (file)
index 0000000..c0564c6
--- /dev/null
@@ -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 (file)
index c0564c6..0000000
+++ /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
-    }
-  ]
-}