summaryrefslogtreecommitdiffhomepage
path: root/app/components/rules
diff options
context:
space:
mode:
authorarngo <[email protected]>2021-12-17 22:13:15 -0500
committerarngo <[email protected]>2021-12-17 22:13:15 -0500
commit9cb11bdcac69471a3962397b75c3fdbb374d3962 (patch)
tree6451461a80c2a14295e2b8fe7c56ed8bba937f4f /app/components/rules
parent8f5eb1177dd404cfe562ca562415a0246f2cbca1 (diff)
downloadSteelWings-9cb11bdcac69471a3962397b75c3fdbb374d3962.tar.gz
SteelWings-9cb11bdcac69471a3962397b75c3fdbb374d3962.zip
implement alignment rule
Diffstat (limited to 'app/components/rules')
-rw-r--r--app/components/rules/alignment.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/components/rules/alignment.rb b/app/components/rules/alignment.rb
new file mode 100644
index 0000000..a62cc78
--- /dev/null
+++ b/app/components/rules/alignment.rb
@@ -0,0 +1,2 @@
+FF::Cmp.new('BoidsAlignment',
+ strength: 10)