summaryrefslogtreecommitdiffhomepage
path: root/app/components/rules
diff options
context:
space:
mode:
authorarngo <[email protected]>2021-12-17 21:19:15 -0500
committerarngo <[email protected]>2021-12-17 21:19:15 -0500
commitb8b008c726810dc5e3f18b5637a5e5c882da7dd4 (patch)
treea64630f800ca3cdd304cf664e27b03970c71aace /app/components/rules
parentc85f6533efb50981ef8cf59e840a1f8b58b4deef (diff)
downloadSteelWings-b8b008c726810dc5e3f18b5637a5e5c882da7dd4.tar.gz
SteelWings-b8b008c726810dc5e3f18b5637a5e5c882da7dd4.zip
add cohesion and debug stuff
Diffstat (limited to 'app/components/rules')
-rw-r--r--app/components/rules/cohesion.rb2
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)