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.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/components/boid.rb b/app/components/boid.rb
index 99701df..060f9c3 100644
--- a/app/components/boid.rb
+++ b/app/components/boid.rb
@@ -1,4 +1,5 @@
FF::Cmp.new('Boid',
x: 0, y: 0,
vx: 0, vy: 0,
- cx: 0, cy: 0)
+ cx: 0, cy: 0,
+ angle: 0)