diff options
| author | realtradam <[email protected]> | 2021-12-19 22:51:56 -0500 |
|---|---|---|
| committer | realtradam <[email protected]> | 2021-12-19 22:51:56 -0500 |
| commit | b203083dc920985da2e44e8bcfd6079ce2a900ba (patch) | |
| tree | 991383255cf8aae029229c079760b3f707bb7e14 /app/components | |
| parent | 0c2d73d8a43d8aab8f6549a738084a3f4d8549ce (diff) | |
| download | SteelWings-b203083dc920985da2e44e8bcfd6079ce2a900ba.tar.gz SteelWings-b203083dc920985da2e44e8bcfd6079ce2a900ba.zip | |
minimum speed component
Diffstat (limited to 'app/components')
| -rw-r--r-- | app/components/rules/minimum_speed.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/components/rules/minimum_speed.rb b/app/components/rules/minimum_speed.rb new file mode 100644 index 0000000..2e0e7fe --- /dev/null +++ b/app/components/rules/minimum_speed.rb @@ -0,0 +1,3 @@ + +FF::Cmp.new('BoidMinimumSpeed', + speed: 5) |
