summaryrefslogtreecommitdiffhomepage
path: root/app/components/teams/player_team.rb
diff options
context:
space:
mode:
author_Tradam <[email protected]>2021-12-19 19:08:50 -0500
committerGitHub <[email protected]>2021-12-19 19:08:50 -0500
commitcd3d7be54f16263ceaa9b5e0e8a1c219821e8339 (patch)
tree86014a919be2ee016472d9243a213c1c5659668d /app/components/teams/player_team.rb
parentc16f16066f1943a8c2d4178583578705e71e7794 (diff)
parent844d8c194b48055ba60be4d185ad9ab688cce92a (diff)
downloadSteelWings-cd3d7be54f16263ceaa9b5e0e8a1c219821e8339.tar.gz
SteelWings-cd3d7be54f16263ceaa9b5e0e8a1c219821e8339.zip
Merge pull request #3 from realtradam/dmg-dev
Bullets, Health, Collision systems implemented. Renamed plane sprites.
Diffstat (limited to 'app/components/teams/player_team.rb')
-rw-r--r--app/components/teams/player_team.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/components/teams/player_team.rb b/app/components/teams/player_team.rb
new file mode 100644
index 0000000..6e1b126
--- /dev/null
+++ b/app/components/teams/player_team.rb
@@ -0,0 +1 @@
+FF::Cmp.new('PlayerTeam')