-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
30 lines (30 loc) · 762 Bytes
/
config.json
File metadata and controls
30 lines (30 loc) · 762 Bytes
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
{
"world": {
"Fullscreen": true,
"width": 800,
"height": 600,
"background": [ 0.0, 0.0, 0.0, 0.0 ],
"gravity": 1,
"damping": 0.9
},
"particles": {
"affectRange": [ 2.5, 100.0 ],
"types": [
{
"count": 5000,
"color": [ 1.0, 1.0, 1.0, 1.0 ],
"interactions": [ 0.5, 0.9, 0.2 ]
},
{
"count": 10000,
"color": [ 1.0, 0.0, 0.0, 1.0 ],
"interactions": [ -0.1, -0.5, 1.5 ]
},
{
"count": 0,
"color": [ 0.0, 1.0, 0.0, 1.0 ],
"interactions": [ -0.45, 0.5, 0.5 ]
}
]
}
}