diff options
Diffstat (limited to 'lib/00-define.rb')
| -rw-r--r-- | lib/00-define.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/00-define.rb b/lib/00-define.rb index 930f56f..1ebd8fd 100644 --- a/lib/00-define.rb +++ b/lib/00-define.rb @@ -11,10 +11,11 @@ FelFlame::Components.new('Boids', # current velocity vx: 0, vy: 0, # calculated velocity change for next frame - cx: 0, cy: 0) + cx: 0, cy: 0, + flipped: false) FelFlame::Components.new('Fish') FF::Cmp::Fish.new FelFlame::Components.new('Piranha') FF::Cmp::Piranha.new FelFlame::Components.new('BoidVisuals', - :obj, :vect) + :obj, :vect,) |
