summaryrefslogtreecommitdiffhomepage
path: root/lib/00-define.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/00-define.rb')
-rw-r--r--lib/00-define.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/00-define.rb b/lib/00-define.rb
index 0075b7f..930f56f 100644
--- a/lib/00-define.rb
+++ b/lib/00-define.rb
@@ -12,5 +12,9 @@ FelFlame::Components.new('Boids',
vx: 0, vy: 0,
# calculated velocity change for next frame
cx: 0, cy: 0)
+FelFlame::Components.new('Fish')
+FF::Cmp::Fish.new
+FelFlame::Components.new('Piranha')
+FF::Cmp::Piranha.new
FelFlame::Components.new('BoidVisuals',
:obj, :vect)