summaryrefslogtreecommitdiffhomepage
path: root/app/components/boid.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/components/boid.rb')
-rw-r--r--app/components/boid.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/components/boid.rb b/app/components/boid.rb
new file mode 100644
index 0000000..99701df
--- /dev/null
+++ b/app/components/boid.rb
@@ -0,0 +1,4 @@
+FF::Cmp.new('Boid',
+ x: 0, y: 0,
+ vx: 0, vy: 0,
+ cx: 0, cy: 0)