Skip to content

Commit

Permalink
reduced max spawn density of cells in hopes of reducing lag caused by…
Browse files Browse the repository at this point in the history
… massive numbers of entities after a few auto-evo steps when there is a particularly prolific species.
  • Loading branch information
Untrustedlife authored and hhyyrylainen committed Mar 15, 2019
1 parent dbe8f3d commit 360237d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/microbe_stage/configs.as
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
const auto CLOUD_SPAWN_RADIUS = 150;
const auto POWERUP_SPAWN_RADIUS = 85;
const auto DEFAULT_SPAWN_DENSITY = 1/25000.f;
const auto STARTING_SPAWN_DENSITY = 50000.0f;
const auto STARTING_SPAWN_DENSITY = 45000.0f;
const auto MAX_SPAWN_DENSITY = 20000.0f;

// Cell Spawn Variation
Expand Down

0 comments on commit 360237d

Please sign in to comment.