diff options
| author | realtradam <[email protected]> | 2021-08-10 00:15:17 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2021-08-10 00:15:17 -0400 |
| commit | c34e1d372676709f4eb05237025c67b878bf76d6 (patch) | |
| tree | ae410bde79e576edd2c43057ba0f0ff63627b4f7 /lib/mobs/piranha.rb | |
| parent | f80fd9ea0e340db6286feb014e437c9ca0c93dd0 (diff) | |
| download | ruboids-c34e1d372676709f4eb05237025c67b878bf76d6.tar.gz ruboids-c34e1d372676709f4eb05237025c67b878bf76d6.zip | |
readme and cleanup
Diffstat (limited to 'lib/mobs/piranha.rb')
| -rw-r--r-- | lib/mobs/piranha.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/mobs/piranha.rb b/lib/mobs/piranha.rb index c7ce8b1..8cbb2c6 100644 --- a/lib/mobs/piranha.rb +++ b/lib/mobs/piranha.rb @@ -1,6 +1,5 @@ class Piranha def self.create(x, y) - puts 'creating...' FF::Ent.new( FF::Cmp::Piranha[0], FF::Cmp::Boids.new(x: x, y: y), |
