diff options
| author | arngo <[email protected]> | 2021-12-17 22:13:15 -0500 |
|---|---|---|
| committer | arngo <[email protected]> | 2021-12-17 22:13:15 -0500 |
| commit | 9cb11bdcac69471a3962397b75c3fdbb374d3962 (patch) | |
| tree | 6451461a80c2a14295e2b8fe7c56ed8bba937f4f /app/components/rules | |
| parent | 8f5eb1177dd404cfe562ca562415a0246f2cbca1 (diff) | |
| download | SteelWings-9cb11bdcac69471a3962397b75c3fdbb374d3962.tar.gz SteelWings-9cb11bdcac69471a3962397b75c3fdbb374d3962.zip | |
implement alignment rule
Diffstat (limited to 'app/components/rules')
| -rw-r--r-- | app/components/rules/alignment.rb | 2 |
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) |
