summaryrefslogtreecommitdiffhomepage
path: root/app/factories/ships/sample_enemy.rb
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2021-12-26 22:10:21 -0500
committerrealtradam <[email protected]>2021-12-26 22:10:21 -0500
commit41da3e4ad9d938e488f268b2d30d1867ac2ab943 (patch)
tree2b3713b016dc4eb8b6c2a4002816e5e45dd8b817 /app/factories/ships/sample_enemy.rb
parent5f8a4b6b17d6ada0097412b13605717dd5a310df (diff)
downloadSteelWings-41da3e4ad9d938e488f268b2d30d1867ac2ab943.tar.gz
SteelWings-41da3e4ad9d938e488f268b2d30d1867ac2ab943.zip
more optimizations
Diffstat (limited to 'app/factories/ships/sample_enemy.rb')
-rw-r--r--app/factories/ships/sample_enemy.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/factories/ships/sample_enemy.rb b/app/factories/ships/sample_enemy.rb
index 9355c2f..6ebaef3 100644
--- a/app/factories/ships/sample_enemy.rb
+++ b/app/factories/ships/sample_enemy.rb
@@ -4,7 +4,7 @@ class Factory
@defaults ||= {
boid_bounds_strength: 0.6,
boids_alignment_strength: 0.002,
- boids_seperation_strength: 0.001,
+ boids_seperation_strength: 0.0005,
boids_seperation_distance: 150,
boids_cohesion_strength: 0.0005,
hp_health: 100,