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 8, 2024
1 parent f6d8144 commit 208fe35
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ internal static class AsteroidSettings
public static int MaxAsteroidCount = 1000;
public static int AsteroidSpawnRadius = 10000;
public static int AsteroidVelocityBase = 0;
public static double VelocityVariability = 0; // New setting for velocity variability
public static double AngularVelocityVariability = 0; // New setting for angular velocity variability
public static double VelocityVariability = 10; // New setting for velocity variability
public static double AngularVelocityVariability = 0.1; // New setting for angular velocity variability

// Weights for asteroid type frequencies
public static double IceWeight = 0.45; // 45%
Expand Down

0 comments on commit 208fe35

Please sign in to comment.