-
Notifications
You must be signed in to change notification settings - Fork 1
/
sky.config.patch
40 lines (40 loc) · 1.27 KB
/
sky.config.patch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[
[{
"op":"add",
"path":"/spaceDebrisFields/-",
"value":{
"velocityRange":[-30,-60],
"cellSize":4000,
"screenBuffer":500,
"cellCountRange":[1,2],
"angularVelocityRange":[10,60],
"list":["/sky/orbitals/debris2.png","/sky/orbitals/debris3.png","/sky/orbitals/debris10.png","/sky/orbitals/debris11.png"]
}
}],
[{
"op":"add",
"path":"/spaceDebrisFields/-",
"value":{
"velocityRange":[20,90],
"cellSize":4000,
"screenBuffer":500,
"cellCountRange":[1,2],
"angularVelocityRange":[3,9],
"animationSpeedRange":[0,0],
"list":["/particles/spacejunk/1.png","/particles/spacejunk/2.png","/particles/spacejunk/3.png","/particles/spacejunk/4.png","/particles/spacejunk/5.png","/particles/spacejunk/6.png"]
}
}],
[{
"op":"add",
"path":"/spaceDebrisFields/-",
"value":{
"velocityRange":[50,50],
"cellSize":4000,
"screenBuffer":10000,
"cellCountRange":[1,2],
"angularVelocityRange":[30,30],
"animationSpeedRange":[0,0],
"list":["/sky/glitters/ufo.png"]
}
}]
]