(Update) Boids: decrease opacity / make it more subtle

This commit is contained in:
0xfff 2016-10-08 21:20:34 +02:00
parent ccd1fb526b
commit d7a13d8c9a

View file

@ -42,7 +42,7 @@
}
},
'opacity': {
'value': 0.8,
'value': 0.4,
'random': false,
'anim': {
'enable': false,
@ -65,7 +65,7 @@
'enable': true,
'distance': 150,
'color': '#ffffff',
'opacity': 0.5,
'opacity': 0.3,
'width': 1
},
'move': {