summaryrefslogtreecommitdiffhomepage
path: root/app/systems/start_game.rb
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2021-12-19 22:51:56 -0500
committerrealtradam <[email protected]>2021-12-19 22:51:56 -0500
commitb203083dc920985da2e44e8bcfd6079ce2a900ba (patch)
tree991383255cf8aae029229c079760b3f707bb7e14 /app/systems/start_game.rb
parent0c2d73d8a43d8aab8f6549a738084a3f4d8549ce (diff)
downloadSteelWings-b203083dc920985da2e44e8bcfd6079ce2a900ba.tar.gz
SteelWings-b203083dc920985da2e44e8bcfd6079ce2a900ba.zip
minimum speed component
Diffstat (limited to 'app/systems/start_game.rb')
-rw-r--r--app/systems/start_game.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/systems/start_game.rb b/app/systems/start_game.rb
index 678100b..ebb972d 100644
--- a/app/systems/start_game.rb
+++ b/app/systems/start_game.rb
@@ -44,6 +44,7 @@ FF::Sys.new('StartGame', priority: 50 ) do
FF::Cmp::SingletonPlayer[0],
FF::Cmp::Team.new(team: 'player'),
FF::Cmp::Weapon.new,
+ FF::Cmp::BoidMinimumSpeed.new,
)