diff options
| author | arngo <[email protected]> | 2021-12-17 21:19:15 -0500 |
|---|---|---|
| committer | arngo <[email protected]> | 2021-12-17 21:19:15 -0500 |
| commit | b8b008c726810dc5e3f18b5637a5e5c882da7dd4 (patch) | |
| tree | a64630f800ca3cdd304cf664e27b03970c71aace /app/components/rules | |
| parent | c85f6533efb50981ef8cf59e840a1f8b58b4deef (diff) | |
| download | SteelWings-b8b008c726810dc5e3f18b5637a5e5c882da7dd4.tar.gz SteelWings-b8b008c726810dc5e3f18b5637a5e5c882da7dd4.zip | |
add cohesion and debug stuff
Diffstat (limited to 'app/components/rules')
| -rw-r--r-- | app/components/rules/cohesion.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/components/rules/cohesion.rb b/app/components/rules/cohesion.rb new file mode 100644 index 0000000..6acd5ea --- /dev/null +++ b/app/components/rules/cohesion.rb @@ -0,0 +1,2 @@ +FF::Cmp.new('BoidsCohesion', + strength: 100) |
