projects
/
tabakrolletjie.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Remove initial lights from tutorial.
[tabakrolletjie.git]
/
data
/
stations
/
01-tutorial.json
1
{
2
"config": {
3
"name": "Fusarium",
4
"power": 100,
5
"spawn positions": [[25, 400], [1000, 410]],
6
"seeds": 100
7
},
8
"obstacles": [
9
{
10
"type": "wall",
11
"vertices": [
12
[0, 0], [200, 302], [400, 0]
13
]
14
},
15
{
16
"type": "wall",
17
"vertices": [
18
[624, 0], [824, 302], [1024, 0]
19
]
20
},
21
{
22
"type": "wall",
23
"vertices": [
24
[0, 704], [200, 402], [400, 704]
25
]
26
},
27
{
28
"type": "wall",
29
"vertices": [
30
[624, 704], [824, 402], [1024, 704]
31
]
32
}
33
],
34
"lights": [
35
]
36
}