From 41da3e4ad9d938e488f268b2d30d1867ac2ab943 Mon Sep 17 00:00:00 2001 From: realtradam Date: Sun, 26 Dec 2021 22:10:21 -0500 Subject: more optimizations --- app/systems/start_game.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/systems/start_game.rb') 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 -- cgit v1.2.3