Stash work
This commit is contained in:
committed by
Michal Pikulski
parent
ab579e2d21
commit
7ce6d914e6
@@ -289,15 +289,26 @@ namespace AppleHills.Core.Settings
|
||||
float AirplaneMass { get; }
|
||||
float MaxFlightTime { get; }
|
||||
|
||||
// Camera Settings
|
||||
float CameraFollowSmoothing { get; }
|
||||
float FlightCameraZoom { get; }
|
||||
|
||||
// Timing
|
||||
float IntroDuration { get; }
|
||||
float PersonIntroDuration { get; }
|
||||
float EvaluationDuration { get; }
|
||||
|
||||
// Spawn System
|
||||
float DynamicSpawnThreshold { get; }
|
||||
float TargetMinDistance { get; }
|
||||
float TargetMaxDistance { get; }
|
||||
float ObjectSpawnMinInterval { get; }
|
||||
float ObjectSpawnMaxInterval { get; }
|
||||
float PositiveNegativeRatio { get; } // 0-1, where 1 = all positive, 0 = all negative
|
||||
float SpawnDistanceAhead { get; }
|
||||
float GroundSpawnInterval { get; }
|
||||
|
||||
// Ground Snapping
|
||||
int GroundLayer { get; }
|
||||
float MaxGroundRaycastDistance { get; }
|
||||
float DefaultObjectYOffset { get; }
|
||||
|
||||
// Debug
|
||||
bool ShowDebugLogs { get; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user