Changed default IntensityRange to 20-60

This commit is contained in:
glax 2024-01-14 02:10:37 +01:00
parent 8526c6b00b
commit 54c82c93e2

View File

@ -14,8 +14,8 @@ public struct Settings
public Range IntensityRange = new () public Range IntensityRange = new ()
{ {
Min = 0, Min = 20,
Max = 50 Max = 60
}; };
public Range DurationRange = new() public Range DurationRange = new()