Skip to content

Commit

Permalink
Merge pull request #62 from InvalidArgument3/roidnetworking-narrowing…
Browse files Browse the repository at this point in the history
…downthecause

default 100 per zone
  • Loading branch information
InvalidArgument3 authored Jun 17, 2024
2 parents c0e9fda + 7965e3b commit 2d71e6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public static class AsteroidSettings
public static int SpawnInterval = 6;
public static int UpdateInterval = 120;
public static int MaxAsteroidCount = 20000;
public static int MaxAsteroidsPerZone = 1000;
public static int MaxAsteroidsPerZone = 100;
public static int MaxTotalAttempts = 100;
public static int MaxZoneAttempts = 50;
public static double ZoneRadius = 10000.0;
Expand Down

0 comments on commit 2d71e6c

Please sign in to comment.