summaryrefslogtreecommitdiffhomepage
path: root/app/components
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2021-12-19 22:51:56 -0500
committerrealtradam <[email protected]>2021-12-19 22:51:56 -0500
commitb203083dc920985da2e44e8bcfd6079ce2a900ba (patch)
tree991383255cf8aae029229c079760b3f707bb7e14 /app/components
parent0c2d73d8a43d8aab8f6549a738084a3f4d8549ce (diff)
downloadSteelWings-b203083dc920985da2e44e8bcfd6079ce2a900ba.tar.gz
SteelWings-b203083dc920985da2e44e8bcfd6079ce2a900ba.zip
minimum speed component
Diffstat (limited to 'app/components')
-rw-r--r--app/components/rules/minimum_speed.rb3
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)