summaryrefslogtreecommitdiffhomepage
path: root/app/components/teams/enemy_team.rb
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2021-12-19 19:06:50 -0500
committerrealtradam <[email protected]>2021-12-19 19:06:50 -0500
commit844d8c194b48055ba60be4d185ad9ab688cce92a (patch)
tree8058c12295b9a6e03a678be2b50b9b328291c0e0 /app/components/teams/enemy_team.rb
parentbd645871ff96a45c23c05f6fc7a82ac1e2749616 (diff)
downloadSteelWings-844d8c194b48055ba60be4d185ad9ab688cce92a.tar.gz
SteelWings-844d8c194b48055ba60be4d185ad9ab688cce92a.zip
Bullets, Health, Collision systems implemented. Renamed plane sprites.
Diffstat (limited to 'app/components/teams/enemy_team.rb')
-rw-r--r--app/components/teams/enemy_team.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/components/teams/enemy_team.rb b/app/components/teams/enemy_team.rb
new file mode 100644
index 0000000..9d4e0d1
--- /dev/null
+++ b/app/components/teams/enemy_team.rb
@@ -0,0 +1 @@
+FF::Cmp.new('EnemyTeam')