From 844d8c194b48055ba60be4d185ad9ab688cce92a Mon Sep 17 00:00:00 2001 From: realtradam Date: Sun, 19 Dec 2021 19:06:50 -0500 Subject: Bullets, Health, Collision systems implemented. Renamed plane sprites. --- app/components/teams/player_team.rb | 1 + 1 file changed, 1 insertion(+) create mode 100644 app/components/teams/player_team.rb (limited to 'app/components/teams/player_team.rb') 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') -- cgit v1.2.3