-
Notifications
You must be signed in to change notification settings - Fork 1
/
system.sheme.json
54 lines (53 loc) · 1.1 KB
/
system.sheme.json
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"particle_type": "HALO/TEXTURE/NOTHING = 0/1/2",
"texture": {
"random": true,
"animated": false,
"fps": 4,
"texture": [
["img/1.png"],
["img/2.png"],
["img/3.png"]
]
},
"rules": {
"ParticleEmissionDuration": {
"infinite": false,
"duration": 123
},
"ParticleEmissionLight": {
"random": true,
"rays": 128,
"color": [0.3, 0.4, 1, 1],
"distance": [10, 20]
},
"ParticleEmissionNumber": {
"random": true,
"mode": "INNER_SCREEN/PER_SECONDS = 0/1",
"delay": 2,
"number": [3, 8]
},
"ParticleLife": {
"random": true,
"outer": false,
"life": [3, 8]
}
},
"physics": {
"force": {
"BrownianForce": [5, 4, 1238273, 0.5],
"LinearForce": [2, 1],
"RandomLinearForce": [2, 5, 0, 1],
"RadialForce": [5],
"RandomRadialForce": [3, 8],
"UserCustomForce": [1, 2, 3, 4, 5, 6, 7, 8, 9, 0]
}
},
"position": {
"x": 1,
"y": 50
},
"version": "1.1.0",
"version_code": 100010000,
"min_version_code": 100010000
}