diff options
| author | realtradam <[email protected]> | 2021-08-09 10:32:45 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2021-08-09 10:32:45 -0400 |
| commit | c1eb3f4c18404d4921adc3d38dfa7438a47f4aa0 (patch) | |
| tree | e0150085494d014dfbcdc1e6e2314fde62c9af1c /lib/00-define.rb | |
| parent | 501ec02e894865836f2960b0bbc16b3448e3707f (diff) | |
| download | ruboids-c1eb3f4c18404d4921adc3d38dfa7438a47f4aa0.tar.gz ruboids-c1eb3f4c18404d4921adc3d38dfa7438a47f4aa0.zip | |
initial piranha
Diffstat (limited to 'lib/00-define.rb')
| -rw-r--r-- | lib/00-define.rb | 4 |
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) |
