diff options
| author | realtradam <[email protected]> | 2021-12-19 20:17:11 -0500 |
|---|---|---|
| committer | realtradam <[email protected]> | 2021-12-19 20:17:11 -0500 |
| commit | 6437b020ee60a1c80a06db638c713a8f1e9a3d2f (patch) | |
| tree | 16fca9b7316c3c18733af4d2dc544ec8a0d8afe9 /app/factories | |
| parent | cd3d7be54f16263ceaa9b5e0e8a1c219821e8339 (diff) | |
| download | SteelWings-6437b020ee60a1c80a06db638c713a8f1e9a3d2f.tar.gz SteelWings-6437b020ee60a1c80a06db638c713a8f1e9a3d2f.zip | |
Updated singleton naming
Diffstat (limited to 'app/factories')
| -rw-r--r-- | app/factories/ships/osprey.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/factories/ships/osprey.rb b/app/factories/ships/osprey.rb index 1f57cb1..4dd5874 100644 --- a/app/factories/ships/osprey.rb +++ b/app/factories/ships/osprey.rb @@ -13,7 +13,7 @@ class Factory FF::Cmp::Hp.new(health: 100), FF::Cmp::CollisionDamage.new(damage: 100), FF::Cmp::Hitcircle.new(r: 12), - FF::Cmp::DebugVectorArrow[0], + FF::Cmp::SingletonDebugVectorArrow[0], FF::Cmp::SingletonCamera[0], ) end |
