This commit is contained in:
2025-12-08 13:18:56 +01:00
57 changed files with 3308 additions and 145 deletions

View File

@@ -302,11 +302,10 @@ namespace AppleHills.Core.Settings
float EvaluationDuration { get; }
// Spawn System
float DynamicSpawnThreshold { get; }
float TargetMinDistance { get; }
float TargetMaxDistance { get; }
float ObjectSpawnMinInterval { get; }
float ObjectSpawnMaxInterval { get; }
float ObjectSpawnMinDistance { get; } // Min distance between spawned objects
float ObjectSpawnMaxDistance { get; } // Max distance between spawned objects
float PositiveNegativeRatio { get; } // 0-1, where 1 = all positive, 0 = all negative
float SpawnDistanceAhead { get; }
float GroundSpawnInterval { get; }