(Update) Boids: Reduce speed 1->0.25

This commit is contained in:
0xfff 2016-10-08 21:17:35 +02:00
parent b456b9cf24
commit ccd1fb526b

View file

@ -70,7 +70,7 @@
},
'move': {
'enable': true,
'speed': 1,
'speed': 0.25,
'direction': 'none',
'random': false,
'straight': false,