diff options
| author | arngo <[email protected]> | 2021-12-19 23:06:21 -0500 |
|---|---|---|
| committer | arngo <[email protected]> | 2021-12-19 23:06:21 -0500 |
| commit | b9ae6e7fc8c770db21f88a92c674d6618ba502e1 (patch) | |
| tree | 8050dc06c3038a0b270b122f5df9b31086b4070c /app/factories/bullet.rb | |
| parent | e78c6699a74fa4e00689a96707b304911b32eb08 (diff) | |
| download | SteelWings-b9ae6e7fc8c770db21f88a92c674d6618ba502e1.tar.gz SteelWings-b9ae6e7fc8c770db21f88a92c674d6618ba502e1.zip | |
puts spam
Diffstat (limited to 'app/factories/bullet.rb')
| -rw-r--r-- | app/factories/bullet.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/factories/bullet.rb b/app/factories/bullet.rb index efad44f..1731999 100644 --- a/app/factories/bullet.rb +++ b/app/factories/bullet.rb @@ -1,7 +1,7 @@ class Factory class Bullet def self.new(x:, y:, damage: 10, vx: 10, vy: 0) - puts 'new ent created' + #puts 'new ent created' sprite = FF::Cmp::Sprite.new sprite.props[:path] = 'sprites/kenny/Tiles/tile_0000.png' FF::Ent.new( |
