diff options
| author | realtradam <[email protected]> | 2021-08-10 00:24:10 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2021-08-10 00:24:10 -0400 |
| commit | fef549030394f1662fcef86afa853b5238ec88d2 (patch) | |
| tree | 3924722a98f585d90dd6f0bf0bdfa452d3560559 /lib/mobs/piranha.rb | |
| parent | b22858807ffe83a35a956272c401aec17dadb759 (diff) | |
| download | ruboids-fef549030394f1662fcef86afa853b5238ec88d2.tar.gz ruboids-fef549030394f1662fcef86afa853b5238ec88d2.zip | |
rubocop autofixes
Diffstat (limited to 'lib/mobs/piranha.rb')
| -rw-r--r-- | lib/mobs/piranha.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/mobs/piranha.rb b/lib/mobs/piranha.rb index 8cbb2c6..c7c112d 100644 --- a/lib/mobs/piranha.rb +++ b/lib/mobs/piranha.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + class Piranha def self.create(x, y) FF::Ent.new( @@ -10,7 +12,7 @@ class Piranha ), vect: Camera::Line.new( width: 7, - color: [1.0,0,0,0.5], + color: [1.0, 0, 0, 0.5], z: -1 ) ) |
