diff options
Diffstat (limited to 'app/components/rules/separation.rb')
| -rw-r--r-- | app/components/rules/separation.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/components/rules/separation.rb b/app/components/rules/separation.rb new file mode 100644 index 0000000..00fee32 --- /dev/null +++ b/app/components/rules/separation.rb @@ -0,0 +1,3 @@ +FF::Cmp.new('BoidsSeparation', + strength: 100, + distance: 100) |
