Skip to content

Commit

Permalink
Update AsteroidSettings.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
InvalidArgument3 committed Jun 18, 2024
1 parent c4bc5e2 commit ec7f63a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public static class AsteroidSettings
public static bool EnableLogging = false;
public static bool EnablePersistence = false;
public static bool EnableMiddleMouseAsteroidSpawn = false;
public static bool EnableVanillaAsteroidSpawnLatching = true;
public static bool EnableVanillaAsteroidSpawnLatching = false;
public static double VanillaAsteroidSpawnLatchingRadius = 10000;
public static bool DisableZoneWhileMovingFast = true;
public static double ZoneSpeedThreshold = 2000.0;
Expand Down

0 comments on commit ec7f63a

Please sign in to comment.