summaryrefslogtreecommitdiffhomepage
path: root/app/factories
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2021-12-26 20:35:53 -0500
committerrealtradam <[email protected]>2021-12-26 20:35:53 -0500
commit32416f5d5daf61fe0a2f16a96678a9d679c433d7 (patch)
treeefd178f3c6ba6dc27c58be18ebaba8d4fb129143 /app/factories
parentb0496a0b9bb5bd02fe23be5d5945ededc99c220f (diff)
downloadSteelWings-32416f5d5daf61fe0a2f16a96678a9d679c433d7.tar.gz
SteelWings-32416f5d5daf61fe0a2f16a96678a9d679c433d7.zip
optimized collision checks
Diffstat (limited to 'app/factories')
-rw-r--r--app/factories/ships/sample_enemy.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/factories/ships/sample_enemy.rb b/app/factories/ships/sample_enemy.rb
index a2a3a21..af8c4ca 100644
--- a/app/factories/ships/sample_enemy.rb
+++ b/app/factories/ships/sample_enemy.rb
@@ -41,6 +41,7 @@ class Factory
FF::Cmp::Team.new,
FF::Cmp::SingletonDebugVectorArrow[0],
FF::Cmp::SingletonCamera[0],
+ FF::Cmp::SingletonEnemyTeam[0],
)
end
end