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 ()
{
Min = 0,
Max = 50
Min = 20,
Max = 60
};
public Range DurationRange = new()