Skip to content

Commit

Permalink
better default configs
Browse files Browse the repository at this point in the history
  • Loading branch information
InvalidArgument3 committed Jun 16, 2024
1 parent 10a52e3 commit 7e42ddd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public static class AsteroidSettings
public static bool EnablePersistence = false;
public static bool EnableMiddleMouseAsteroidSpawn = false;
public static bool DisableZoneWhileMovingFast = true;
public static double ZoneSpeedThreshold = 1000.0;
public static double ZoneSpeedThreshold = 2000.0;
public static int SaveStateInterval = 600;
public static int NetworkMessageInterval = 120;
public static int SpawnInterval = 6;
Expand All @@ -40,7 +40,7 @@ public static class AsteroidSettings
public static double GoldWeight = 0.05;
public static double PlatinumWeight = 0.05;
public static double UraniniteWeight = 0.05;
public static float BaseIntegrity = 1000f;
public static float BaseIntegrity = 1f;
public static float MinAsteroidSize = 50f;
public static float MaxAsteroidSize = 250f;
public static float MinSubChunkSize = 5f;
Expand Down

0 comments on commit 7e42ddd

Please sign in to comment.