summaryrefslogtreecommitdiffhomepage
path: root/app/systems/start_game.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/systems/start_game.rb')
-rw-r--r--app/systems/start_game.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/systems/start_game.rb b/app/systems/start_game.rb
index 9efbf14..a936c21 100644
--- a/app/systems/start_game.rb
+++ b/app/systems/start_game.rb
@@ -28,7 +28,7 @@ FF::Sys.new('StartGame', priority: 50 ) do
FF::Cmp::Boid.new(h: 1920 * 2, w: 1920 * 2)
)
posneg = [1,-1]
- 20.times do |pos|
+ 16.times do |pos|
Factory::SampleEnemy.new(x: position_range.sample * posneg.sample, y: position_range.sample * posneg.sample)
end