mirror of
https://github.com/seigler/dash-website
synced 2025-07-28 07:36:08 +00:00
(Update) Boids: Reduce speed 1->0.25
This commit is contained in:
parent
b456b9cf24
commit
ccd1fb526b
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@
|
||||||
},
|
},
|
||||||
'move': {
|
'move': {
|
||||||
'enable': true,
|
'enable': true,
|
||||||
'speed': 1,
|
'speed': 0.25,
|
||||||
'direction': 'none',
|
'direction': 'none',
|
||||||
'random': false,
|
'random': false,
|
||||||
'straight': false,
|
'straight': false,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue